Searched refs:BAD_RANGE (Results 1 – 2 of 2) sorted by relevance
115 public static final String BAD_RANGE = "bound must be greater than origin"; field in RandomSupport203 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()
371 static final String BAD_RANGE = "bound must be greater than origin"; field in ThreadLocalRandom