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