Creates a new instance of the Fast PRNG.
RNG seed.
Static
Generates a random unsigned integer within the range [0, MAX_UINT32).
The random value.
Generates a random boolean value. Cached such that a random value is only generated once in every 32 calls.
Generates a random double value within the range [0, 1).
Generates a random integer value within the range [lowerBound, upperBound).
The lower bound of the range.
The upper bound of the range.
The random integer value.
Generates a random unsigned integer value within the range [lowerBound, upperBound).
Creates a new instance of the Fast PRNG.