skipahead_subsequence#
-
nvmath.
device. random. skipahead_subsequence(n, state)# Update the bit generator state to skip ahead
n
subsequences.- Parameters:
n – The number of subsequences 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.