BLRandom Struct Reference [¶]
Simple pseudo random number generator based on XORSHIFT+
, which has 64-bit seed, 128 bits of state, and full period 2^128 - 1
.
Based on a paper by Sebastiano Vigna: http://vigna.di.unimi.it/ftp/papers/xorshiftplus.pdf