NumPy

Previous topic

numpy.random.Philox.advance

Next topic

numpy.random.Philox.cffi

This is documentation for an old release of NumPy (version 1.18). Read this page in the documentation of the latest stable release (version 2.2).

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
jumpsinteger, positive

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

Returns
bit_generatorPhilox

New instance of generator jumped iter times