method
Advance the underlying RNG as-if delta draws have occurred.
Number of draws to advance the RNG. Must be less than the size state variable in the underlying RNG.
RNG advanced delta steps
Advancing a RNG updates the underlying RNG state as-if a given number of calls to the underlying RNG have been made. In general there is not a one-to-one relationship between the number output random values from a particular distribution and the number of draws from the core RNG. This occurs for two reasons:
Advancing the RNG state resets any pre-computed random numbers. This is required to ensure exact reproducibility.
© 2005–2024 NumPy Developers
Licensed under the 3-clause BSD License.
https://numpy.org/doc/2.4/reference/random/bit_generators/generated/numpy.random.PCG64DXSM.advance.html