random-fu-0.0.3: Random number generationSource codeContentsIndex
Data.Random.Source.Std
Synopsis
data StdRandom = StdRandom
Documentation
data StdRandom Source

A token representing the "standard" entropy source in a MonadRandom monad. Its sole purpose is to make the following true (when the types check):

 sampleFrom StdRandom === sample
Constructors
StdRandom
show/hide Instances
Produced by Haddock version 2.4.2