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.java224 static final String BAD_BOUND = "bound must be positive"; field in SplittableRandom
422 throw new IllegalArgumentException(BAD_BOUND); in nextInt()
474 throw new IllegalArgumentException(BAD_BOUND); in nextLong()
528 throw new IllegalArgumentException(BAD_BOUND); in nextDouble()
/libcore/luni/src/main/java/java/util/concurrent/
DThreadLocalRandom.java268 throw new IllegalArgumentException(BAD_BOUND); in nextInt()
319 throw new IllegalArgumentException(BAD_BOUND); in nextLong()
372 throw new IllegalArgumentException(BAD_BOUND); in nextDouble()
990 static final String BAD_BOUND = "bound must be positive"; field in ThreadLocalRandom