MonadRandom-0.5.1.1: Random-number generation monad.

Copyright(c) Brent Yorgey 2016
LicenseBSD3 (see LICENSE)
Maintainerbyorgey@gmail.com
Stabilityexperimental
Portabilitynon-portable (multi-param classes, functional dependencies, undecidable instances)
Safe HaskellSafe
LanguageHaskell2010

Control.Monad.Trans.Random

Description

Random monads, passing a random number generator through a computation.

This version is lazy; for a strict version, see Control.Monad.Trans.Random.Strict, which has the same interface.

Documentation