Searched refs:BAD_BOUND (Results 1 – 2 of 2) sorted by relevance
224 static final String BAD_BOUND = "bound must be positive"; field in SplittableRandom422 throw new IllegalArgumentException(BAD_BOUND); in nextInt()474 throw new IllegalArgumentException(BAD_BOUND); in nextLong()528 throw new IllegalArgumentException(BAD_BOUND); in nextDouble()
268 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