method:nextDouble ();return type:doublecontent:ใช้สุ่มเลขที่มีทศนิยมด้วย ระหว่าง 0 ถึง 1example:Random rnd = new Random (); double random_number = rnd.nextDouble ();