Searched refs:testRngBsi1999Int (Results 1 – 1 of 1) sorted by relevance
/libcore/ojluni/src/test/java/util/Random/ |
D | RandomTestBsi1999.java | 400 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()
|