mwc-random-0.15.0.2: Fast, high quality pseudo random number generation
Safe HaskellSafe-Inferred
LanguageHaskell2010

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] Source #

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 Source #

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