honno / sts-pylib

Python interface to the NIST statistical tests for randomness
https://sts-pylib.readthedocs.io
Other
4 stars 2 forks source link

Non-overlapping template matching test is failing #1

Open honno opened 4 years ago

honno commented 4 years ago

e.g.

non_overlapping_template_matchings(RNG_output[:8000], 10), # N is hardcoded to 8

just crashes stuff

honno commented 4 years ago

It's to do with the test's using the templates/ folder, ugh.

Non-code stuff for Python packages is hard enough, let alone C extensions!