Description
Provides Haskell bindings to the PCG random number generator. PCG is a family of fast pseudorandom generators with good statistical behavior for many non-cryptographic uses.
It is useful for simulations, randomized tests, games, procedural generation, and algorithms that need reproducible randomness. It is a developer library and should not be assumed to provide cryptographic randomness.