random-fu-0.0.3.2: Random number generation

Data.Random.Source.Std

Synopsis

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