math.random.xos - Xorshift random number generator ¶This module implements one of xorshift-family pseudo random generator (in the current implementation, we use Xoshiro256++). It has smaller state size than Mersenne-Twister.
{math.random.xos}
A class to packate the state of Xoshiro256 PRNG (the name stands for
Xor-Shift-Rotate 256bits).
{math.random.xos}
{math.random.xos}
{math.random.xos}
{math.random.xos}