diff options
| author | Matti Picus <matti.picus@gmail.com> | 2022-04-19 10:04:13 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-19 10:04:13 +0300 |
| commit | eb83902bc00a8ec9b4dfa4f6ec905ab6e187aabc (patch) | |
| tree | 5baf2fb649d0b2f165b8c0391a3bb2d331138a21 | |
| parent | 0ebde37ba795fc8d25b81c5709ad65eb86938337 (diff) | |
| parent | 8a28774202f9f8ef9b387db91715f4f212c44376 (diff) | |
| download | numpy-eb83902bc00a8ec9b4dfa4f6ec905ab6e187aabc.tar.gz | |
Merge pull request #21356 from urunsiyabend/patch-2
DOC: Fix a typo in docstring of MT19937
| -rw-r--r-- | numpy/random/_mt19937.pyx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/random/_mt19937.pyx b/numpy/random/_mt19937.pyx index e9a703e2f..5a8d52e6b 100644 --- a/numpy/random/_mt19937.pyx +++ b/numpy/random/_mt19937.pyx @@ -214,7 +214,7 @@ cdef class MT19937(BitGenerator): Returns a new bit generator with the state jumped - The state of the returned big generator is jumped as-if + The state of the returned bit generator is jumped as-if 2**(128 * jumps) random numbers have been generated. Parameters |
