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
449 throw new IllegalArgumentException(BAD_RANGE); in nextInt()
501 throw new IllegalArgumentException(BAD_RANGE); in nextLong()
546 throw new IllegalArgumentException(BAD_RANGE); in nextDouble()
617 throw new IllegalArgumentException(BAD_RANGE); in ints()
641 throw new IllegalArgumentException(BAD_RANGE); in ints()
703 throw new IllegalArgumentException(BAD_RANGE); in longs()
727 throw new IllegalArgumentException(BAD_RANGE); in longs()
791 throw new IllegalArgumentException(BAD_RANGE); in doubles()
815 throw new IllegalArgumentException(BAD_RANGE); in doubles()
/libcore/ojluni/src/main/java/java/util/concurrent/
DThreadLocalRandom.java324 throw new IllegalArgumentException(BAD_RANGE); in nextInt()
375 throw new IllegalArgumentException(BAD_RANGE); in nextLong()
420 throw new IllegalArgumentException(BAD_RANGE); in nextDouble()
521 throw new IllegalArgumentException(BAD_RANGE); in ints()
546 throw new IllegalArgumentException(BAD_RANGE); in ints()
609 throw new IllegalArgumentException(BAD_RANGE); in longs()
634 throw new IllegalArgumentException(BAD_RANGE); in longs()
700 throw new IllegalArgumentException(BAD_RANGE); in doubles()
725 throw new IllegalArgumentException(BAD_RANGE); in doubles()
1021 static final String BAD_RANGE = "bound must be greater than origin"; field in ThreadLocalRandom