Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/
DSplittableRandom.java223 static final String BAD_BOUND = "bound must be positive"; field in SplittableRandom
421 throw new IllegalArgumentException(BAD_BOUND); in nextInt()
473 throw new IllegalArgumentException(BAD_BOUND); in nextLong()
527 throw new IllegalArgumentException(BAD_BOUND); in nextDouble()
/libcore/ojluni/src/main/java/java/util/concurrent/
DThreadLocalRandom.java297 throw new IllegalArgumentException(BAD_BOUND); in nextInt()
348 throw new IllegalArgumentException(BAD_BOUND); in nextLong()
401 throw new IllegalArgumentException(BAD_BOUND); in nextDouble()
1020 static final String BAD_BOUND = "bound must be positive"; field in ThreadLocalRandom