Description
Provides pseudorandom number generation for Haskell. Random generators are used when programs need varied values for simulations, tests, games, sampling, or randomized algorithms.
It is useful for general non-security randomness. Security-sensitive code should use a cryptographically appropriate source instead of assuming any pseudorandom generator is suitable.