-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Description
This is a query rather than an issue.
I see that in runtest.jl that p-values of individual RNG tests are compared to pval (which is initialized to 0.001).
@test RNGTest.smarsa_BirthdaySpacings(f, 1, 5000000, 0, 1073741824, 2, 1) > pval
I guess the purpose of runtests.jl is to test the framework and machinery of the RNGTest package, rather than verifying the statistical soundness of the RNGs themselves.
If I want to test a RNG, should I be checking that p-values are between [0.001, 0.999]?
In this case, should I expect failures to be 1 in 1000?
Metadata
Metadata
Assignees
Labels
No labels