Blend2D
2D Vector Graphics Engine
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
Resets the random number generator to the given seed
.
Always returns BL_SUCCESS
.
Tests whether the random number generator is equivalent to other
.
other
's internal state. Returns the next pseudo-random uint64_t
value and advances PRNG state.
Returns the next pseudo-random uint32_t
value and advances PRNG state.
Returns the next pseudo-random double
precision floating point in [0..1) range and advances PRNG state.
PRNG state.