Control.Monad.Random.Lazy

The Rand monad

type Rand g

liftRand

runRand

evalRand

execRand

mapRand

withRand

evalRandIO

The RandT monad transformer

data RandT g m a

liftRandT

runRandT

evalRandT

execRandT

mapRandT

withRandT

evalRandTIO

Some convenience re-exports