randomness_testsuite icon indicating copy to clipboard operation
randomness_testsuite copied to clipboard

This is a Python implementation of NIST's A Statistical Test Suite for Random and Pseudorandom Number Generators for Cryptographic Applications

Results 16 randomness_testsuite issues
Sort by recently updated
recently updated
newest added

Hello, thank you for your implementation, it has been of great help in my research. I would like to know if it is possible to test multiple sequences in a...

It seems that from version scipy version [v1.12.0rc1](https://github.com/scipy/scipy/releases/tag/v1.12.0rc1) ``scipy.zeros` was finally removed. This leads to an import error in RunTest.py ![grafik](https://github.com/stevenang/randomness_testsuite/assets/18208274/ee155693-1053-4a73-bc12-d79172bbebc4) FIX: Use numpy.zeros instead.

Replaced by numpy.zeros as suggested by scipy. Fixed #21

Hello @stevenang ! I want to check randomness in matlab with your NIST. I have a problem with generating txt and bin files as an input, I am not sure...

https://github.com/stevenang/randomness_testsuite/blob/2c5f3bf05638a3e09633d5311c77ab9b2bcc5709/Main.py#L305 This line causes the function to be called for no reason.