Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/util/Random/
DRandomTestBsi1999.java400 static boolean testRngBsi1999Int(String id, IntSupplier theSupplier, int failureTolerance) { in testRngBsi1999Int() method in RandomTestBsi1999
417 … tryIt(rng, "nextInt", () -> testRngBsi1999Int(name + " nextInt", rng::nextInt, failureTolerance)); in testOneRng()
420 …tryIt(rng, "ints", () -> testRngBsi1999Int(name + " ints", rng.ints().iterator()::next, failureTol… in testOneRng()
425 () -> testRngBsi1999Int(name + " doubles", in testOneRng()
430 () -> testRngBsi1999Int(name + " nextDouble", in testOneRng()
434 () -> testRngBsi1999Int(name + " nextFloat", in testOneRng()