diff options
author | mattip <matti.picus@gmail.com> | 2019-09-29 16:44:20 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2019-10-11 15:08:46 +0300 |
commit | 7e597f54d07a05be9875bb1574de52250a12d179 (patch) | |
tree | 3d8e3c46625129730fdb6cc83bf74425a77359e9 /numpy/tests/test_public_api.py | |
parent | 6fd7ec969feb980aebd33a8df7bccd873ade74bb (diff) | |
download | numpy-7e597f54d07a05be9875bb1574de52250a12d179.tar.gz |
API: make BitGenerators private
Diffstat (limited to 'numpy/tests/test_public_api.py')
-rw-r--r-- | numpy/tests/test_public_api.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/numpy/tests/test_public_api.py b/numpy/tests/test_public_api.py index 409d7e28e..8afcede0b 100644 --- a/numpy/tests/test_public_api.py +++ b/numpy/tests/test_public_api.py @@ -300,11 +300,7 @@ PRIVATE_BUT_PRESENT_MODULES = ['numpy.' + s for s in [ "matrixlib.defmatrix", "random.bit_generator", "random.generator", - "random.mt19937", "random.mtrand", - "random.pcg64", - "random.philox", - "random.sfc64", "testing.print_coercion_tables", "testing.utils", ]] |