8000
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 2ff895d commit 421546eCopy full SHA for 421546e
doc/source/reference/random/index.rst
@@ -65,7 +65,6 @@ arbitrary 128-bit integer.
65
66
>>> import numpy as np
67
>>> import secrets
68
- >>> import numpy as np
69
>>> secrets.randbits(128) #doctest: +SKIP
70
122807528840384100672342137672332424406 # may vary
71
>>> rng1 = np.random.default_rng(122807528840384100672342137672332424406)
0 commit comments