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
55---------------------------------------
66
77: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.
99
1010.. code-block :: python
11- :caption: Saving state of pseudorandom basic random number generators
11+ :caption: Saving state of pseudo - random basic random number generators
1212
1313 import numpy as np
1414 import mkl_random
@@ -42,7 +42,7 @@ Basic quasi-random number generators provide different means to accomplishing
4242this. Some support :meth: `skipahead ` method or :meth: `leapfrog ` method, while
4343others provide a fixed-size family of generators with nice property that generators
4444from such family, initialized equally, produce streams of randomness statistically
45- indistunguishable from independent.
45+ indistinguishable from independent.
4646
4747.. py :method :: skipahead(nskips)
4848 :canonical: mkl_random.RandomState.skipahead
You can’t perform that action at this time.
0 commit comments