#How do I run a randomness test using PractRand?

8 messages · Page 1 of 1 (latest)

novel mesa
#

Hey everybody, I made a PRNG recently and wanted to run statistical tests on 1 million generated values stored in a txt file. For now I already runned some tests using Python (which my PRNG all passed) but I also wanted to test using PractRand. How can I do that? I already installed and extracted the file.

midnight sealBOT
#

When your question is answered use !solved to mark the question as resolved.

Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question run !howto ask.

novel mesa
#

anyone?

wheat nexus
#

cat random_data_file | ./RNG_test stdin?

#

It's literally in their documentation

novel mesa
wheat nexus
#

🐈

#

A program that prints out content of the file to stdout