Skip to content

Commit 53b5e8d

Browse files
Fixed typo. Use hyphenated for pseudo-random
1 parent 745f591 commit 53b5e8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/how_to.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
4242
this. Some support :meth:`skipahead` method or :meth:`leapfrog` method, while
4343
others provide a fixed-size family of generators with nice property that generators
4444
from 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

0 commit comments

Comments
 (0)