Home
last modified time | relevance | path

Searched defs:nextLong (Results 1 – 25 of 29) sorted by relevance

12

/libcore/ojluni/annotations/flagged_api/java/util/concurrent/
DThreadLocalRandom.annotated.java61 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/
DThreadLocalRandom.java422 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/
DPrimitiveIterator.java169 long nextLong(); in nextLong() method
DSplittableRandom.java231 public long nextLong() { in nextLong() method in SplittableRandom.AbstractSplittableGeneratorProxy
317 public long nextLong() { in nextLong() method in SplittableRandom
DRandom.java375 public long nextLong() { in nextLong() method in Random
/libcore/luni/src/test/java/libcore/java/util/
DArbitrarilyJumpableGeneratorTest.java44 public long nextLong() { in nextLong() method in ArbitrarilyJumpableGeneratorTest.StubGenerator
DPrimitiveIteratorTest.java61 public long nextLong() { in nextLong() method in PrimitiveIteratorTest.CannedLongIterator
/libcore/ojluni/src/main/java/jdk/random/
DL64X128MixRandom.java233 public long nextLong() { in nextLong() method in L64X128MixRandom
DL64X128StarStarRandom.java233 public long nextLong() { in nextLong() method in L64X128StarStarRandom
DXoroshiro128PlusPlus.java224 public long nextLong() { in nextLong() method in Xoroshiro128PlusPlus
DL32X64MixRandom.java254 public long nextLong() { in nextLong() method in L32X64MixRandom
DL128X128MixRandom.java243 public long nextLong() { in nextLong() method in L128X128MixRandom
DL64X256MixRandom.java245 public long nextLong() { in nextLong() method in L64X256MixRandom
DXoshiro256PlusPlus.java243 public long nextLong() { in nextLong() method in Xoshiro256PlusPlus
DL64X1024MixRandom.java299 public long nextLong() { in nextLong() method in L64X1024MixRandom
DL128X256MixRandom.java266 public long nextLong() { in nextLong() method in L128X256MixRandom
DL128X1024MixRandom.java313 public long nextLong() { in nextLong() method in L128X1024MixRandom
/libcore/ojluni/annotations/flagged_api/java/util/random/
DRandomGenerator.annotated.java85 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/
DRandomGenerator.java689 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/
DBitSieve.java198 long nextLong = ~bits[i]; in retrieve() local
/libcore/ojluni/annotations/flagged_api/java/util/
DSplittableRandom.annotated.java42 public long nextLong() { throw new RuntimeException("Stub!"); } in nextLong() method in SplittableRandom
/libcore/ojluni/src/test/java/util/Arrays/
DArrayObjectMethods.java205 public static long nextLong() { in nextLong() method in Rnd
/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
DMatchOpTest.java313 public long nextLong() { in testLongInfinite() method in MatchOpTest.CycleIterator
/libcore/ojluni/src/test/java/lang/invoke/
DExplicitCastArgumentsTest.java70 RANDOM_VALUES.put(Wrapper.LONG, RNG.nextLong()); in RANDOM_VALUES.put()
/libcore/ojluni/annotations/hiddenapi/java/util/
DRandom.java82 public long nextLong() { in nextLong() method in Random

12