Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/Random/
DRandomTestBsi1999.java386 …tatic boolean testRngBsi1999Boolean(String id, BooleanSupplier theSupplier, int failureTolerance) { in testRngBsi1999Boolean()
393 static boolean testRngBsi1999Long(String id, LongSupplier theSupplier, int failureTolerance) { in testRngBsi1999Long()
400 static boolean testRngBsi1999Int(String id, IntSupplier theSupplier, int failureTolerance) { in testRngBsi1999Int()
415 static void testOneRng(RandomGenerator rng, int failureTolerance) { in testOneRng()
DRandomTestChiSquared.java173 static void testOneRng(RandomGenerator rng, int failureTolerance) { in testOneRng()