random-source-0.3.0.11: Generic basis for random number generators

Safe HaskellNone
LanguageHaskell2010

Data.Random.Source.IO

Contents

Description

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.

Orphan instances