Searched defs:theSupplier (Results 1 – 3 of 3) sorted by relevance
/libcore/ojluni/src/test/java/util/Random/ |
D | RandomTestBsi1999.java | 286 static int testRngBsi1999BooleanOnce(String id, BooleanSupplier theSupplier) { in testRngBsi1999BooleanOnce() 310 static int testRngBsi1999LongOnce(String id, LongSupplier theSupplier) { in testRngBsi1999LongOnce() 352 static int testRngBsi1999IntOnce(String id, IntSupplier theSupplier) { in testRngBsi1999IntOnce() 386 …static 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() 407 static void tryIt(RandomGenerator rng, String id, BooleanSupplier theSupplier) { in tryIt()
|
D | RandomTestMoments.java | 139 static void testMomentsGaussian(DoubleSupplier theSupplier) { in testMomentsGaussian() 156 static void testMomentsExponential(DoubleSupplier theSupplier) { in testMomentsExponential() 173 static void testMomentsUniform(DoubleSupplier theSupplier) { in testMomentsUniform()
|
D | RandomTestChiSquared.java | 127 static boolean chiSquaredTest(String id, int N, IntSupplier theSupplier) { in chiSquaredTest() 146 static boolean testRngChiSquared(String id, int N, IntSupplier theSupplier) { in testRngChiSquared()
|