Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/Random/
DRandomTestBsi1999.java286 static int testRngBsi1999BooleanOnce(String id, BooleanSupplier theSupplier) { in testRngBsi1999BooleanOnce() method in RandomTestBsi1999
387 if (testRngBsi1999BooleanOnce(id, theSupplier) <= failureTolerance) return true; in testRngBsi1999Boolean()
389 return ((testRngBsi1999BooleanOnce(id, theSupplier) <= failureTolerance) && in testRngBsi1999Boolean()
390 (testRngBsi1999BooleanOnce(id, theSupplier) <= failureTolerance)); in testRngBsi1999Boolean()