SciPy

numpy.random.Philox.jumped

method

Philox.jumped(jumps=1)

Returns a new bit generator with the state jumped

The state of the returned big generator is jumped as-if 2**(128 * jumps) random numbers have been generated.

Parameters:
jumps : integer, positive

Number of times to jump the state of the bit generator returned

Returns:
bit_generator : Philox

New instance of generator jumped iter times

Previous topic

numpy.random.Philox.advance

Next topic

numpy.random.Philox.cffi