Searched defs:BadBound (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
H A DRandom.java95 static final String BadBound = "bound must be positive"; field in class:Random
388 throw new IllegalArgumentException(BadBound);

Completed in 147 milliseconds