What is TestU01?
TestU01 TestU01 is a software library, implemented in the ANSI C language, and offering a collection of utilities for the empirical statistical testing of uniform random number generators.
Is there a randomness test for psuedo random number generators?
Bookmark this question. Show activity on this post. the NIST Randomness Test, Testu01, Dieharder all seem to offer a suite of tests to check psuedo random number generators (PRNG) for randomness.
Is it possible to use dieharder to test TestU01?
The accepted answer is straight up wrong, at least about Dieharder. I don’t know about TestU01 (I came across this while researching it), but I am currently using Dieharder to test a random series of integers generated by a Python program. Following is what my command line looks like: