Home
last modified time | relevance | path

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

/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