mwc-random-0.14.0.0: Fast, high quality pseudo random number generation

Safe HaskellSafe
LanguageHaskell98

System.Random.MWC.SeedSource

Description

Low level source of random values for seeds. It should work on both unices and windows

Synopsis

Documentation

acquireSeedSystem :: forall a. Storable a => Int -> IO [a] #

Acquire seed from the system entropy source. On Unix machines, this will attempt to use devurandom. On Windows, it will internally use RtlGenRandom.

randomSourceName :: String #

Name of source of randomness. It should be used in error messages