Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/Random/
DRandomTestBsi1999.java386 …static boolean testRngBsi1999Boolean(String id, BooleanSupplier theSupplier, int failureTolerance)… in testRngBsi1999Boolean() method in RandomTestBsi1999
419 …tryIt(rng, "nextBoolean", () -> testRngBsi1999Boolean(name + " nextBoolean", rng::nextBoolean, fai… in testOneRng()