/libcore/ojluni/annotations/flagged_api/java/util/concurrent/ |
D | ThreadLocalRandom.annotated.java | 61 public long nextLong() { throw new RuntimeException("Stub!"); } in nextLong() method in ThreadLocalRandom 63 public long nextLong(long bound) { throw new RuntimeException("Stub!"); } in nextLong() method in ThreadLocalRandom 65 public long nextLong(long origin, long bound) { throw new RuntimeException("Stub!"); } in nextLong() method in ThreadLocalRandom
|
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | ThreadLocalRandom.java | 422 public long nextLong() { in nextLong() method in ThreadLocalRandom.ThreadLocalRandomProxy 465 public long nextLong() { in nextLong() method in ThreadLocalRandom 474 public long nextLong(long bound) { in nextLong() method in ThreadLocalRandom 483 public long nextLong(long origin, long bound) { in nextLong() method in ThreadLocalRandom
|
/libcore/ojluni/src/main/java/java/util/ |
D | PrimitiveIterator.java | 169 long nextLong(); in nextLong() method
|
D | SplittableRandom.java | 231 public long nextLong() { in nextLong() method in SplittableRandom.AbstractSplittableGeneratorProxy 317 public long nextLong() { in nextLong() method in SplittableRandom
|
D | Random.java | 375 public long nextLong() { in nextLong() method in Random
|
/libcore/luni/src/test/java/libcore/java/util/ |
D | ArbitrarilyJumpableGeneratorTest.java | 44 public long nextLong() { in nextLong() method in ArbitrarilyJumpableGeneratorTest.StubGenerator
|
D | PrimitiveIteratorTest.java | 61 public long nextLong() { in nextLong() method in PrimitiveIteratorTest.CannedLongIterator
|
/libcore/ojluni/src/main/java/jdk/random/ |
D | L64X128MixRandom.java | 233 public long nextLong() { in nextLong() method in L64X128MixRandom
|
D | L64X128StarStarRandom.java | 233 public long nextLong() { in nextLong() method in L64X128StarStarRandom
|
D | Xoroshiro128PlusPlus.java | 224 public long nextLong() { in nextLong() method in Xoroshiro128PlusPlus
|
D | L32X64MixRandom.java | 254 public long nextLong() { in nextLong() method in L32X64MixRandom
|
D | L128X128MixRandom.java | 243 public long nextLong() { in nextLong() method in L128X128MixRandom
|
D | L64X256MixRandom.java | 245 public long nextLong() { in nextLong() method in L64X256MixRandom
|
D | Xoshiro256PlusPlus.java | 243 public long nextLong() { in nextLong() method in Xoshiro256PlusPlus
|
D | L64X1024MixRandom.java | 299 public long nextLong() { in nextLong() method in L64X1024MixRandom
|
D | L128X256MixRandom.java | 266 public long nextLong() { in nextLong() method in L128X256MixRandom
|
D | L128X1024MixRandom.java | 313 public long nextLong() { in nextLong() method in L128X1024MixRandom
|
/libcore/ojluni/annotations/flagged_api/java/util/random/ |
D | RandomGenerator.annotated.java | 85 public long nextLong(); in nextLong() method 87 public default long nextLong(long bound) { throw new RuntimeException("Stub!"); } in nextLong() method 89 public default long nextLong(long origin, long bound) { throw new RuntimeException("Stub!"); } in nextLong() method
|
/libcore/ojluni/src/main/java/java/util/random/ |
D | RandomGenerator.java | 689 long nextLong(); in nextLong() method 711 default long nextLong(long bound) { in nextLong() method 738 default long nextLong(long origin, long bound) { in nextLong() method
|
/libcore/ojluni/src/main/java/java/math/ |
D | BitSieve.java | 198 long nextLong = ~bits[i]; in retrieve() local
|
/libcore/ojluni/annotations/flagged_api/java/util/ |
D | SplittableRandom.annotated.java | 42 public long nextLong() { throw new RuntimeException("Stub!"); } in nextLong() method in SplittableRandom
|
/libcore/ojluni/src/test/java/util/Arrays/ |
D | ArrayObjectMethods.java | 205 public static long nextLong() { in nextLong() method in Rnd
|
/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/ |
D | MatchOpTest.java | 313 public long nextLong() { in testLongInfinite() method in MatchOpTest.CycleIterator
|
/libcore/ojluni/src/test/java/lang/invoke/ |
D | ExplicitCastArgumentsTest.java | 70 RANDOM_VALUES.put(Wrapper.LONG, RNG.nextLong()); in RANDOM_VALUES.put()
|
/libcore/ojluni/annotations/hiddenapi/java/util/ |
D | Random.java | 82 public long nextLong() { in nextLong() method in Random
|