c - NIST statistic tests suit for randomness -


I am doing an MSc project in cryptography and a certain random / pseudo random number generator is not "correctly random".

Well, in my search I found the NIIT test suite for verification of random numbers and pseudo random number generators and I think this is probably the best package of testing for pseudo random numbers.

I run tests in the Linux system running GCC. I was able to run this program, but I really do not understand which parameter ./assess is needed I tried to replicate my results for binary expansion of PI but I just do not do it Could

I run all the tests, as they did on Appendix B. "How many bitstreams" in the 1000000 sequence Langenth and 1? But the results were not the same. I tried to put 10 bitstream and dumped the core.

Can you please direct me how can I do this?

I would appreciate any help! Thanks!

For the document and the code:


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -