File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ How to save and resume long computation
5
5
---------------------------------------
6
6
7
7
:class: `RandomState ` is pickleable. Pickling allows to save and restore
8
- the internal state of the pseudorandom number generators.
8
+ the internal state of the pseudo-random number generators.
9
9
10
10
.. code-block :: python
11
- :caption: Saving state of pseudorandom basic random number generators
11
+ :caption: Saving state of pseudo - random basic random number generators
12
12
13
13
import numpy as np
14
14
import mkl_random
@@ -42,7 +42,7 @@ Basic quasi-random number generators provide different means to accomplishing
42
42
this. Some support :meth: `skipahead ` method or :meth: `leapfrog ` method, while
43
43
others provide a fixed-size family of generators with nice property that generators
44
44
from such family, initialized equally, produce streams of randomness statistically
45
- indistunguishable from independent.
45
+ indistinguishable from independent.
46
46
47
47
.. py :method :: skipahead(nskips)
48
48
:canonical: mkl_random.RandomState.skipahead
You can’t perform that action at this time.
0 commit comments