.appveyor.yml
.bumpversion.cfg
.flake8
.gitignore
.gitmodules
.pre-commit-config.yaml
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE.md
MANIFEST.in
README.rst
SP800-22.pdf
pytest.ini
setup.cfg
setup.py
tox.ini
.github/FUNDING.yml
.github/workflows/wintest.yml
ci/appveyor-with-compiler.cmd
ci/requirements.txt
docs/authors.rst
docs/changelog.rst
docs/commands.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/readme.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/reference/algos.rst
docs/reference/collections.rst
docs/reference/generators.rst
docs/reference/index.rst
docs/reference/randtests.rst
src/coinflip/__init__.py
src/coinflip/__main__.py
src/coinflip/_refimpl.py
src/coinflip/algos.py
src/coinflip/collections.py
src/coinflip/generators.py
src/coinflip/randtests.py
src/coinflip.egg-info/PKG-INFO
src/coinflip.egg-info/SOURCES.txt
src/coinflip.egg-info/dependency_links.txt
src/coinflip.egg-info/entry_points.txt
src/coinflip.egg-info/not-zip-safe
src/coinflip.egg-info/requires.txt
src/coinflip.egg-info/top_level.txt
src/coinflip/_randtests/__init__.py
src/coinflip/_randtests/complexity.py
src/coinflip/_randtests/cusum.py
src/coinflip/_randtests/entropy.py
src/coinflip/_randtests/excursions.py
src/coinflip/_randtests/fourier.py
src/coinflip/_randtests/frequency.py
src/coinflip/_randtests/matrix.py
src/coinflip/_randtests/runs.py
src/coinflip/_randtests/serial.py
src/coinflip/_randtests/template.py
src/coinflip/_randtests/universal.py
src/coinflip/_randtests/common/collections.py
src/coinflip/_randtests/common/core.py
src/coinflip/_randtests/common/exceptions.py
src/coinflip/_randtests/common/pprint.py
src/coinflip/_randtests/common/result.py
src/coinflip/_randtests/common/testutils.py
src/coinflip/_randtests/common/typing.py
src/coinflip/cli/__init__.py
src/coinflip/cli/commands.py
src/coinflip/cli/parsing.py
src/coinflip/cli/pprint.py
src/coinflip/cli/report.py
src/coinflip/cli/runner.py
templates/index.html
templates/randtests/monobit.html
tests/README.rst
tests/__init__.py
tests/conftest.py
tests/strategies.py
tests/test_algos.py
tests/test_cli.py
tests/test_collections.py
tests/test_serialization.py
tests/randtests/README.rst
tests/randtests/__init__.py
tests/randtests/e_expansion.txt
tests/randtests/examples.py
tests/randtests/test_randtests.py
tests/randtests/test_refimpl.py
tests/randtests/test_smoke.py
tests/randtests/test_testutils.py
tests/randtests/impls/__init__.py
tests/randtests/impls/core.py
tests/randtests/impls/dj.py
tests/randtests/impls/nist.py
tests/randtests/impls/sgr.py
tests/randtests/impls/test_impls.py
tests/randtests/impls/r4nd0m/r4nd0m.py
tests/randtests/impls/r4nd0m/SourceCode/BinaryFrame.py
tests/randtests/impls/r4nd0m/SourceCode/DataDownloader.py
tests/randtests/impls/r4nd0m/SourceCode/Generators.py
tests/randtests/impls/r4nd0m/SourceCode/RandomnessTests.py
tests/randtests/impls/sp800_22_tests/gamma_functions.py
tests/randtests/impls/sp800_22_tests/gf2matrix.py
tests/randtests/impls/sp800_22_tests/sp800_22_approximate_entropy_test.py
tests/randtests/impls/sp800_22_tests/sp800_22_binary_matrix_rank_test.py
tests/randtests/impls/sp800_22_tests/sp800_22_cumulative_sums_test.py
tests/randtests/impls/sp800_22_tests/sp800_22_dft_test.py
tests/randtests/impls/sp800_22_tests/sp800_22_frequency_within_block_test.py
tests/randtests/impls/sp800_22_tests/sp800_22_linear_complexity_test.py
tests/randtests/impls/sp800_22_tests/sp800_22_longest_run_ones_in_a_block_test.py
tests/randtests/impls/sp800_22_tests/sp800_22_maurers_universal_test.py
tests/randtests/impls/sp800_22_tests/sp800_22_monobit_test.py
tests/randtests/impls/sp800_22_tests/sp800_22_non_overlapping_template_matching_test.py
tests/randtests/impls/sp800_22_tests/sp800_22_overlapping_template_matching_test.py
tests/randtests/impls/sp800_22_tests/sp800_22_random_excursion_test.py
tests/randtests/impls/sp800_22_tests/sp800_22_random_excursion_variant_test.py
tests/randtests/impls/sp800_22_tests/sp800_22_runs_test.py
tests/randtests/impls/sp800_22_tests/sp800_22_serial_test.py
tests/randtests/impls/sp800_22_tests/sp800_22_tests.py