This method is used to get the next pseudorandom, uniformly distributed double value between 0.0 and 1.0 from this random number generator's sequence.
Syntax:Library: java.util.Random
public double nextDouble()
Example:import java.util.*;
public class RandomDemo {
public static void main( String args[] ){
// create random object
Random randomno = new Random();
// check next double value
System.out.println("Next double value: " + randomno.nextDouble());
}
}
Output:
Next double value: 0.2766104090778083
License.
All information of this service is derived from the free sources and is provided solely in the form of quotations.
This service provides information and interfaces solely for the familiarization (not ownership) and under the "as is" condition.
Copyright 2016 © ELTASK.COM. All rights reserved.
Site is optimized for mobile devices.
Downloads: 209 / 158799233. Delta: 0.02602 с