Description
Provides random variable abstractions for Haskell. Random variables let code describe probability distributions and then sample values from those descriptions.
It is useful for simulations, probabilistic models, randomized algorithms, games, and statistical experiments. It is a developer library and is not intended as a cryptographic randomness source by itself.