Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/Random/
DRandomTestBsi1999.java310 static int testRngBsi1999LongOnce(String id, LongSupplier theSupplier) { in testRngBsi1999LongOnce() method in RandomTestBsi1999
394 if (testRngBsi1999LongOnce(id, theSupplier) <= failureTolerance) return true; in testRngBsi1999Long()
396 return ((testRngBsi1999LongOnce(id, theSupplier) <= failureTolerance) && in testRngBsi1999Long()
397 (testRngBsi1999LongOnce(id, theSupplier) <= failureTolerance)); in testRngBsi1999Long()