Searched defs:nextLong (Results 1 - 4 of 4) sorted by relevance

/libcore/luni/src/main/java/java/util/
H A DRandom.java191 public long nextLong() { method in class:Random
H A DScanner.java1424 * read. Equivalent to {@code nextLong(DEFAULT_RADIX)}.
1435 public long nextLong() { method in class:Scanner
1436 return nextLong(integerRadix);
1463 public long nextLong(int radix) { method in class:Scanner
/libcore/luni/src/main/java/java/util/concurrent/
H A DThreadLocalRandom.java130 public long nextLong(long n) { method in class:ThreadLocalRandom
160 public long nextLong(long least, long bound) { method in class:ThreadLocalRandom
163 return nextLong(bound - least) + least;
/libcore/benchmarks/libs/
H A Dcaliper.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/caliper/ com/google/caliper/AllocationMeasurer ...

Completed in 40 milliseconds