diff options
Diffstat (limited to 'numpy/random/entropy.pyx')
-rw-r--r-- | numpy/random/entropy.pyx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/random/entropy.pyx b/numpy/random/entropy.pyx index 72b0a9851..ecbacd9c8 100644 --- a/numpy/random/entropy.pyx +++ b/numpy/random/entropy.pyx @@ -3,6 +3,8 @@ import numpy as np from libc.stdint cimport uint32_t, uint64_t +__all__ = ['random_entropy', 'seed_by_array'] + np.import_array() cdef extern from "src/splitmix64/splitmix64.h": |