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

Data.Random.Source.IO

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.