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 7ed4529 commit 477671fCopy full SHA for 477671f
randomstate/__init__.py
@@ -3,5 +3,3 @@
3
from randomstate.prng.mt19937 import *
4
from randomstate.entropy import random_entropy
5
import randomstate.prng
6
-
7
-sample = ranf = random = random_sample
randomstate/interface.pyx
@@ -4224,3 +4224,5 @@ dirichlet = _rand.dirichlet
4224
4225
shuffle = _rand.shuffle
4226
permutation = _rand.permutation
4227
+
4228
+sample = ranf = random = random_sample
0 commit comments