You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In general, it would be good to do randomness testing to show which hash functions are good choices for a counter-based PRNG construction, in which an incrementing counter and a seed are hashed together to produce pseudorandom numbers ("Parallel Random Numbers: As Easy as 1, 2, 3", 2011). See my note on testing PRNGs, especially the section "Hash functions and counter-based PRNGs".
check for the libtestu01.a (preferred my fork with fixes https://github.com/rurban/TestU01)
and run the tests provided there.
The text was updated successfully, but these errors were encountered: