8264791: java/util/Random/RandomTestBsi1999.java failed "java.security.SecureRandom nextFloat consecutive"
Reviewed-by: darcy, bpb, dcubed
This commit is contained in:
parent
4bb80f3720
commit
0f13e2277f
@ -439,7 +439,9 @@ public class RandomTestBsi1999 {
|
||||
RandomGeneratorFactory.all().forEach(factory -> {
|
||||
setRNG(factory.name());
|
||||
|
||||
if (factory.name().equals("Random")) {
|
||||
if (currentRNG.equals("SecureRandom")) {
|
||||
// skip because stochastic
|
||||
} else if (currentRNG.equals("Random")) {
|
||||
// testOneRng(factory.create(59), 1);
|
||||
// autocorrelation failure for java.util.Random longs bit 0: count=2207 (should be in [2267,2733]), tau=2819
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user