We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 178708f commit 1593c4cCopy full SHA for 1593c4c
randomstate/randomstate.pyx
@@ -24,7 +24,7 @@ from cpython cimport Py_INCREF, PyComplex_FromDoubles, PyComplex_RealAsDouble, \
24
import randomstate
25
from randomstate._deprecated import (DEPRECATION_MESSAGE,
26
RandomStateDeprecationWarning)
27
-from binomial cimport binomial_t
+from randomstate.binomial cimport binomial_t
28
from randomstate.entropy import random_entropy
29
30
np.import_array()
0 commit comments