Closed charmerDark closed 3 years ago
@pedrorrivero Could you please review the code? Thanks in advance!
Thanks @charmerDark! I still see two commits with the wrong commit message. Do the following:
$ git reset --soft HEAD~3
$ mv qrand/validation/monobitfrequencyvalidation.py qrand/validation/monobit_frequency.py
$ git add .
$ git commit -m "feat(validation): add MonobitFrequencyValidation"
$ git push -f
You do not need to close the Pull Request.
Added the monobit frequency validation strategy class under the
validation
folder 'A Statistical Test Suite for Random and Pseudorandom Number Generators for Cryptographic Applications' Page 23 Refs #3