Home
last modified time | relevance | path

Searched refs:BAD_BOUND (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
DRandom.java342 throw new IllegalArgumentException(BAD_BOUND); in nextInt()
/libcore/ojluni/src/main/java/java/util/concurrent/
DThreadLocalRandom.java370 static final String BAD_BOUND = "bound must be positive"; field in ThreadLocalRandom
/libcore/ojluni/src/main/java/jdk/internal/util/random/
DRandomSupport.java113 public static final String BAD_BOUND = "bound must be positive"; field in RandomSupport
175 throw new IllegalArgumentException(BAD_BOUND); in checkBound()
188 throw new IllegalArgumentException(BAD_BOUND); in checkBound()