Description
Provides fast, high-quality pseudorandom number generation for Haskell. It is useful when programs need many random values with good statistical properties for non-security use cases.
Use it for simulations, randomized algorithms, tests, procedural generation, and numeric workloads. It is a library and should not be treated as a cryptographic random-number generator unless the surrounding design explicitly supports that.