Home
last modified time | relevance | path

Searched refs:checkBound (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/util/random/
DRandomGenerator.java525 RandomSupport.checkBound(bound); in nextFloat()
589 RandomSupport.checkBound(bound); in nextDouble()
652 RandomSupport.checkBound(bound); in nextInt()
712 RandomSupport.checkBound(bound); in nextLong()
/libcore/ojluni/src/main/java/jdk/internal/util/random/
DRandomSupport.java147 public static void checkBound(float bound) { in checkBound() method in RandomSupport
160 public static void checkBound(double bound) { in checkBound() method in RandomSupport
173 public static void checkBound(int bound) { in checkBound() method in RandomSupport
186 public static void checkBound(long bound) { in checkBound() method in RandomSupport