Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/
DSplittableRandom.java224 static final String BAD_RANGE = "bound must be greater than origin"; field in SplittableRandom
469 throw new IllegalArgumentException(BAD_RANGE); in nextInt()
521 throw new IllegalArgumentException(BAD_RANGE); in nextLong()
566 throw new IllegalArgumentException(BAD_RANGE); in nextDouble()
637 throw new IllegalArgumentException(BAD_RANGE); in ints()
661 throw new IllegalArgumentException(BAD_RANGE); in ints()
723 throw new IllegalArgumentException(BAD_RANGE); in longs()
747 throw new IllegalArgumentException(BAD_RANGE); in longs()
810 throw new IllegalArgumentException(BAD_RANGE); in doubles()
834 throw new IllegalArgumentException(BAD_RANGE); in doubles()
/libcore/ojluni/src/main/java/java/util/concurrent/
DThreadLocalRandom.java337 throw new IllegalArgumentException(BAD_RANGE); in nextInt()
388 throw new IllegalArgumentException(BAD_RANGE); in nextLong()
433 throw new IllegalArgumentException(BAD_RANGE); in nextDouble()
534 throw new IllegalArgumentException(BAD_RANGE); in ints()
559 throw new IllegalArgumentException(BAD_RANGE); in ints()
622 throw new IllegalArgumentException(BAD_RANGE); in longs()
647 throw new IllegalArgumentException(BAD_RANGE); in longs()
712 throw new IllegalArgumentException(BAD_RANGE); in doubles()
737 throw new IllegalArgumentException(BAD_RANGE); in doubles()
1051 static final String BAD_RANGE = "bound must be greater than origin"; field in ThreadLocalRandom