Searched defs:nextInt (Results 1 – 12 of 12) sorted by relevance
78 int nextInt(); in nextInt() method91 int nextInt(int n); in nextInt() method
142 public int nextInt() { in nextInt() method in RandomAdaptor158 public int nextInt(int n) { in nextInt() method in RandomAdaptor
136 public int nextInt() { in nextInt() method in AbstractRandomGenerator156 public int nextInt(int n) { in nextInt() method in AbstractRandomGenerator
118 public int nextInt() { in nextInt() method in BitsStreamGenerator123 public int nextInt(int n) throws IllegalArgumentException { in nextInt() method in BitsStreamGenerator
62 int nextInt(int lower, int upper); in nextInt() method
199 public int nextInt(int lower, int upper) { in nextInt() method in RandomDataImpl
44 int nextInt() { in nextInt() method in MyRandom
48 int nextInt(int n) { in nextInt() method in RandomHelper
345 public abstract int nextInt() throws IOException; in nextInt() method in JsonReader
768 @Override public int nextInt() throws IOException { in nextInt() method in JsonUtf8Reader
442 int nextInt = rand.nextInt(); in computeCnonce() local
765 internal fun nextInt(upperBound: Int): Int { in <lambda>() method in kotlinx.coroutines.scheduling.CoroutineScheduler.Worker