lemire / testingRNG

Testing common random-number generators (RNG)
Apache License 2.0
172 stars 22 forks source link

summarize.pl not found #21

Closed jherekhealy closed 3 years ago

jherekhealy commented 3 years ago

Thanks for this nice rng test suite. I could not find summarize.pl file however. What does it do? how is a blip defined?

jherekhealy commented 3 years ago

Ah I found it in results, for some reasons, github did not show it by a search. I suppose a blip is for the results verifying 1e-3 > p-value > 1e-10. Would be nice to see some stats on the blips (lowest p-value blip for example)

lemire commented 3 years ago

The file is not part of the code of our repository.

I suppose a blip is for the results verifying 1e-3 > p-value > 1e-10. Would be nice to see some stats on the blips (lowest p-value blip for example)

It all belongs to the testu01 package which we use but do not modify. Please refer to the documentation of the testu01 package