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
It might be useful to include in our test suite scripts that run the dieharder PRNG test suite against disk images fuzzed with scrub's random pass.
I borrowed scrub's random fill algorithm (based on /dev/urandom seeded aes counter) in another project and ran it through. "fuzz" is just a program that emits infinite randomness on stdout, while "generator 200" is dieharder's raw stdin mode:
It might be useful to include in our test suite scripts that run the dieharder PRNG test suite against disk images fuzzed with scrub's random pass.
I borrowed scrub's random fill algorithm (based on /dev/urandom seeded aes counter) in another project and ran it through. "fuzz" is just a program that emits infinite randomness on stdout, while "generator 200" is dieharder's raw stdin mode:
so looks decent I guess. The Intel RDRAND mode could be tested as well.
The text was updated successfully, but these errors were encountered: