diff options
author | Andrey Andreyevich Bienkowski <hexagon-recursion@posteo.net> | 2022-04-18 03:33:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-18 03:33:35 +0000 |
commit | 9fb9175f023bd367b840257a69476c866fcda651 (patch) | |
tree | 85437c25e71135693ae7bdfe97691b86ab516ec2 | |
parent | 928bfb0ecaa4bea9148c3bb598949ba83aedeab1 (diff) | |
download | numpy-9fb9175f023bd367b840257a69476c866fcda651.tar.gz |
doc: fix typo
Co-authored-by: Matti Picus <matti.picus@gmail.com>
-rw-r--r-- | numpy/random/_philox.pyx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/random/_philox.pyx b/numpy/random/_philox.pyx index cf47fb55f..d9a366e86 100644 --- a/numpy/random/_philox.pyx +++ b/numpy/random/_philox.pyx @@ -266,7 +266,7 @@ cdef class Philox(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 |