I have downloaded NIST Statistical Test Suite version 2.1.2 from nist website. The package contains a makefile. How to compile the project (makefile) on windows?
As I have faced the same question, I would like to add my solution. On Windows you can use Cygwin which allows you to compile C language. You can follow the bellow steps:
Installing Cygwin
Running NIST tests
Open Cygwin Terminal.
Navigate to the NIST Statistical Test Suite's folder. Lets say you have unzipped the folders in E drive . Write: cd /cygdrive/E/NIST Now you are in NIST folder
Run the makefile by writing make -f Makefile, this will creates the assess file.
Now run the assess file by writing ./assess 100000 and follow the prompted steps.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With