Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/jdk/internal/util/random/
DRandomSupport.java115 public static final String BAD_RANGE = "bound must be greater than origin"; field in RandomSupport
203 throw new IllegalArgumentException(BAD_RANGE); in checkRange()
218 throw new IllegalArgumentException(BAD_RANGE); in checkRange()
232 throw new IllegalArgumentException(BAD_RANGE); in checkRange()
246 throw new IllegalArgumentException(BAD_RANGE); in checkRange()
/libcore/ojluni/src/main/java/java/util/concurrent/
DThreadLocalRandom.java371 static final String BAD_RANGE = "bound must be greater than origin"; field in ThreadLocalRandom