Searched defs:nextDouble (Results 1 – 12 of 12) sorted by relevance
72 public static double nextDouble() { in nextDouble() method in RandomUtils88 public static double nextDouble(final double startInclusive, final double endExclusive) { in nextDouble() method in RandomUtils
135 double nextDouble(); in nextDouble() method
99 public double nextDouble() { in nextDouble() method in RandomAdaptor
230 public abstract double nextDouble(); in nextDouble() method in AbstractRandomGenerator
84 public double nextDouble() { in nextDouble() method in BitsStreamGenerator
334 public abstract double nextDouble() throws IOException; in nextDouble() method in JsonReader
657 @Override public double nextDouble() throws IOException { in nextDouble() method in JsonUtf8Reader
213 @Override public double nextDouble() throws IOException { in nextDouble() method in JsonTreeReader
731 public double nextDouble() { in nextDouble() method in Hashing.LinearCongruentialGenerator
896 public double nextDouble() throws IOException { in nextDouble() method in JsonReader
90 private double nextDouble() { in nextDouble() method in Pick.Target