List of implemented Pseudo Random Number Generators that produces a
deterministic, periodic and predictable pseudorandom sequence of bits from a
initial value called a seed.
This class specifies Pseudorandom Number Generator (PRNG) techniques
for the compute bits deterministically using an underlying algorithm
that, given the same initial state, always produces the same outputs.