Searched defs:nextInt (Results 1 – 10 of 10) 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
87 public int nextInt () { in nextInt() method in RandomXS12898 public int nextInt (final int n) { in nextInt() method in RandomXS128
44 int nextInt() { in nextInt() method in MyRandom
48 int nextInt(int n) { in nextInt() method in RandomHelper
442 int nextInt = rand.nextInt(); in computeCnonce() local