pedrorrivero / qrand

A multiprotocol and multiplatform quantum random number generation framework
https://pypi.org/project/qrand/
Apache License 2.0
26 stars 14 forks source link

[unitaryHACK] (#3) MonobitFrequency Test #16

Closed charmerDark closed 3 years ago

charmerDark commented 3 years ago

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

charmerDark commented 3 years ago

@pedrorrivero Could you please review the code? Thanks in advance!

pedrorrivero commented 3 years ago

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.