LICENSE.md
MANIFEST.in
README.md
README.rst
requirements.txt
setup.cfg
setup.py
versioneer.py
./randomgen/__init__.py
./randomgen/_pickle.py
./randomgen/_testing.py
./randomgen/_version.py
./randomgen/entropy.c
./randomgen/legacy/__init__.py
./randomgen/src/aligned_malloc/aligned_malloc.c
./randomgen/src/distributions/distributions.c
./randomgen/src/dsfmt/dSFMT-jump.c
./randomgen/src/dsfmt/dSFMT.c
./randomgen/src/entropy/entropy.c
./randomgen/src/legacy/distributions-boxmuller.c
./randomgen/src/mt19937/mt19937-jump.c
./randomgen/src/mt19937/mt19937.c
./randomgen/src/pcg32/pcg32.c
./randomgen/src/pcg64/pcg64.c
./randomgen/src/philox/philox.c
./randomgen/src/threefry/threefry.c
./randomgen/src/threefry32/threefry32.c
./randomgen/src/xoroshiro128/xoroshiro128.c
./randomgen/src/xorshift1024/xorshift1024.c
./randomgen/src/xoshiro256starstar/xoshiro256starstar.c
./randomgen/src/xoshiro512starstar/xoshiro512starstar.c
./randomgen/tests/__init__.py
./randomgen/tests/test_against_numpy.py
./randomgen/tests/test_direct.py
./randomgen/tests/test_generator_mt19937.py
./randomgen/tests/test_generator_mt19937_regressions.py
./randomgen/tests/test_randomstate.py
./randomgen/tests/test_randomstate_regression.py
./randomgen/tests/test_smoke.py
./randomgen/tests/data/__init__.py
randomgen/__init__.py
randomgen/_pickle.py
randomgen/_testing.py
randomgen/_version.py
randomgen/bounded_integers.pxd
randomgen/bounded_integers.pxd.in
randomgen/bounded_integers.pyx
randomgen/bounded_integers.pyx.in
randomgen/common.pxd
randomgen/common.pyx
randomgen/distributions.pxd
randomgen/dsfmt.pyx
randomgen/entropy.pyx
randomgen/generator.pyx
randomgen/legacy_distributions.pxd
randomgen/mt19937.pyx
randomgen/mtrand.pyx
randomgen/pcg32.pyx
randomgen/pcg64.pyx
randomgen/philox.pyx
randomgen/threefry.pyx
randomgen/threefry32.pyx
randomgen/xoroshiro128.pyx
randomgen/xorshift1024.pyx
randomgen/xoshiro256starstar.pyx
randomgen/xoshiro512starstar.pyx
randomgen.egg-info/PKG-INFO
randomgen.egg-info/SOURCES.txt
randomgen.egg-info/dependency_links.txt
randomgen.egg-info/not-zip-safe
randomgen.egg-info/requires.txt
randomgen.egg-info/top_level.txt
randomgen/examples/cython/extending.pyx
randomgen/examples/cython/extending_distributions.pyx
randomgen/examples/cython/setup.py
randomgen/examples/numba/extending.py
randomgen/examples/numba/extending_distributions.py
randomgen/legacy/__init__.py
randomgen/legacy/bounded_integers.pxd
randomgen/legacy/bounded_integers.pxd.in
randomgen/legacy/bounded_integers.pyx
randomgen/legacy/bounded_integers.pyx.in
randomgen/legacy/distributions.pxd
randomgen/src/aligned_malloc/aligned_malloc.c
randomgen/src/aligned_malloc/aligned_malloc.h
randomgen/src/common/LICENSE.md
randomgen/src/common/inttypes.h
randomgen/src/common/stdint.h
randomgen/src/distributions/LICENSE.md
randomgen/src/distributions/binomial.h
randomgen/src/distributions/distributions.c
randomgen/src/distributions/distributions.h
randomgen/src/distributions/ziggurat.h
randomgen/src/distributions/ziggurat_constants.h
randomgen/src/dsfmt/128-bit-jump.poly.txt
randomgen/src/dsfmt/96-bit-jump.poly.txt
randomgen/src/dsfmt/LICENSE.md
randomgen/src/dsfmt/calc-jump.cpp
randomgen/src/dsfmt/dSFMT-benchmark.c
randomgen/src/dsfmt/dSFMT-calc-jump.hpp
randomgen/src/dsfmt/dSFMT-common.h
randomgen/src/dsfmt/dSFMT-jump.c
randomgen/src/dsfmt/dSFMT-jump.h
randomgen/src/dsfmt/dSFMT-params.h
randomgen/src/dsfmt/dSFMT-params19937.h
randomgen/src/dsfmt/dSFMT-poly.h
randomgen/src/dsfmt/dSFMT-test-gen.c
randomgen/src/dsfmt/dSFMT.c
randomgen/src/dsfmt/dSFMT.h
randomgen/src/entropy/LICENSE.md
randomgen/src/entropy/entropy.c
randomgen/src/entropy/entropy.h
randomgen/src/legacy/LICENSE.md
randomgen/src/legacy/distributions-boxmuller.c
randomgen/src/legacy/distributions-boxmuller.h
randomgen/src/mt19937/LICENSE.md
randomgen/src/mt19937/mt19937-benchmark.c
randomgen/src/mt19937/mt19937-jump.c
randomgen/src/mt19937/mt19937-jump.h
randomgen/src/mt19937/mt19937-poly.h
randomgen/src/mt19937/mt19937-test-data-gen.c
randomgen/src/mt19937/mt19937.c
randomgen/src/mt19937/mt19937.h
randomgen/src/mt19937/randomkit.c
randomgen/src/mt19937/randomkit.h
randomgen/src/pcg32/LICENSE.md
randomgen/src/pcg32/pcg-advance-64.c
randomgen/src/pcg32/pcg32-test-data-gen.c
randomgen/src/pcg32/pcg32.c
randomgen/src/pcg32/pcg32.h
randomgen/src/pcg32/pcg_variants.h
randomgen/src/pcg64/LICENSE.md
randomgen/src/pcg64/pcg64-benchmark.c
randomgen/src/pcg64/pcg64-test-data-gen.c
randomgen/src/pcg64/pcg64.c
randomgen/src/pcg64/pcg64.h
randomgen/src/pcg64/pcg64.orig.c
randomgen/src/pcg64/pcg64.orig.h
randomgen/src/philox/LICENSE.md
randomgen/src/philox/philox-benchmark.c
randomgen/src/philox/philox-test-data-gen.c
randomgen/src/philox/philox.c
randomgen/src/philox/philox.h
randomgen/src/splitmix64/LICENSE.md
randomgen/src/splitmix64/splitmix64.c
randomgen/src/splitmix64/splitmix64.h
randomgen/src/splitmix64/splitmix64.orig.c
randomgen/src/threefry/LICENSE.md
randomgen/src/threefry/threefry-benchmark.c
randomgen/src/threefry/threefry-orig.c
randomgen/src/threefry/threefry-test-data-gen.c
randomgen/src/threefry/threefry.c
randomgen/src/threefry/threefry.h
randomgen/src/threefry32/LICENSE.md
randomgen/src/threefry32/threefry32-test-data-gen.c
randomgen/src/threefry32/threefry32.c
randomgen/src/threefry32/threefry32.h
randomgen/src/xoroshiro128/LICENSE.md
randomgen/src/xoroshiro128/xoroshiro128-benchmark.c
randomgen/src/xoroshiro128/xoroshiro128-test-data-gen.c
randomgen/src/xoroshiro128/xoroshiro128.c
randomgen/src/xoroshiro128/xoroshiro128.h
randomgen/src/xoroshiro128/xoroshiro128plus.orig.c
randomgen/src/xoroshiro128/xoroshiro128plus.orig.h
randomgen/src/xorshift1024/LICENSE.md
randomgen/src/xorshift1024/xorshift1024-benchmark.c
randomgen/src/xorshift1024/xorshift1024-test-data-gen.c
randomgen/src/xorshift1024/xorshift1024.c
randomgen/src/xorshift1024/xorshift1024.h
randomgen/src/xorshift1024/xorshift1024.orig.c
randomgen/src/xorshift1024/xorshift1024.orig.h
randomgen/src/xoshiro256starstar/LICENSE.md
randomgen/src/xoshiro256starstar/xoshiro256starstar-test-data-gen.c
randomgen/src/xoshiro256starstar/xoshiro256starstar.c
randomgen/src/xoshiro256starstar/xoshiro256starstar.h
randomgen/src/xoshiro256starstar/xoshiro256starstar.orig.c
randomgen/src/xoshiro256starstar/xoshiro256starstar.orig.h
randomgen/src/xoshiro512starstar/LICENSE.md
randomgen/src/xoshiro512starstar/xoshiro512starstar-test-data-gen.c
randomgen/src/xoshiro512starstar/xoshiro512starstar.c
randomgen/src/xoshiro512starstar/xoshiro512starstar.h
randomgen/src/xoshiro512starstar/xoshiro512starstar.orig.c
randomgen/src/xoshiro512starstar/xoshiro512starstar.orig.h
randomgen/tests/__init__.py
randomgen/tests/test_against_numpy.py
randomgen/tests/test_direct.py
randomgen/tests/test_generator_mt19937.py
randomgen/tests/test_generator_mt19937_regressions.py
randomgen/tests/test_randomstate.py
randomgen/tests/test_randomstate_regression.py
randomgen/tests/test_smoke.py
randomgen/tests/data/__init__.py
randomgen/tests/data/dSFMT-testset-1.csv
randomgen/tests/data/dSFMT-testset-2.csv
randomgen/tests/data/mt19937-testset-1.csv
randomgen/tests/data/mt19937-testset-2.csv
randomgen/tests/data/pcg32-testset-1.csv
randomgen/tests/data/pcg32-testset-2.csv
randomgen/tests/data/pcg64-testset-1.csv
randomgen/tests/data/pcg64-testset-2.csv
randomgen/tests/data/philox-testset-1.csv
randomgen/tests/data/philox-testset-2.csv
randomgen/tests/data/threefry-testset-1.csv
randomgen/tests/data/threefry-testset-2.csv
randomgen/tests/data/threefry32-testset-1.csv
randomgen/tests/data/threefry32-testset-2.csv
randomgen/tests/data/xoroshiro128-testset-1.csv
randomgen/tests/data/xoroshiro128-testset-2.csv
randomgen/tests/data/xorshift1024-testset-1.csv
randomgen/tests/data/xorshift1024-testset-2.csv
randomgen/tests/data/xoshiro256starstar-testset-1.csv
randomgen/tests/data/xoshiro256starstar-testset-2.csv
randomgen/tests/data/xoshiro512starstar-testset-1.csv
randomgen/tests/data/xoshiro512starstar-testset-2.csv