Safe Haskell | None |
---|---|
Language | Haskell2010 |
For convenience, this module defines an instance of MonadRandom
for the IO
monad.
On Windows it uses Data.Random.Source.MWC (or Data.Random.Source.StdGen on older
versions of GHC where the mwc-random package doesn't build) and on other platforms it uses
Data.Random.Source.DevRandom.