Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/Random/
DRandomTestBsi1999.java352 static int testRngBsi1999IntOnce(String id, IntSupplier theSupplier) { in testRngBsi1999IntOnce() method in RandomTestBsi1999
401 if (testRngBsi1999IntOnce(id, theSupplier) <= failureTolerance) return true; in testRngBsi1999Int()
403 return ((testRngBsi1999IntOnce(id, theSupplier) <= failureTolerance) && in testRngBsi1999Int()
404 (testRngBsi1999IntOnce(id, theSupplier) <= failureTolerance)); in testRngBsi1999Int()