Home
last modified time | relevance | path

Searched defs:boundedNextLong (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/jdk/internal/util/random/
DRandomSupport.java410 public static long boundedNextLong(RandomGenerator rng, long origin, long bound) { in boundedNextLong() method in RandomSupport
485 public static long boundedNextLong(RandomGenerator rng, long bound) { in boundedNextLong() method in RandomSupport