This library provides a random number monad. It was originally written by Cale Gibbard, and lived on the Haskell Wiki: http://www.haskell.org/haskellwiki/NewMonads/MonadRandom For more information about the history of this library, see LICENSE. To install, type: runhaskell Setup.hs configure runhaskell Setup.hs build runhaskell Setup.hs install To build documentation, make sure Haddock is installed, and type: runhaskell Setup.hs haddock This library is highly experimental, and the APIs may change without notice.