skipahead_sequence#
-
nvmath.
device. random. skipahead_sequence(n, state)# Update the bit generator state to skip ahead
n
sequences.- Parameters:
n – The number of sequences to skip ahead.
state – The bit generator state to update.
Note
For the XORWOW and Philox4_32_10 bit generators, the term sequence used in the API name and the argument
n
essentially refers to the notion of subsequence in these algorithms.