We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4836024 commit 5e83981Copy full SHA for 5e83981
numpy/random/_philox.pyx
@@ -123,7 +123,7 @@ cdef class Philox(BitGenerator):
123
>>> rg = [Generator(Philox(s)) for s in sg.spawn(10)]
124
125
`Philox` can be used in parallel applications by calling the :meth:`jumped`
126
- method to advances the state as-if :math:`2^{128}` random numbers have
+ method to advance the state as-if :math:`2^{128}` random numbers have
127
been generated. Alternatively, :meth:`advance` can be used to advance the
128
counter for any positive step in [0, 2**256). When using :meth:`jumped`, all
129
generators should be chained to ensure that the segments come from the same
0 commit comments