random-source-0.3.0.8: Generic basis for random number generators
Safe HaskellNone
LanguageHaskell98

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):

runRVar x StdRandom === sampleRVar

Constructors

StdRandom 

Instances

Instances details
MonadRandom m => RandomSource m StdRandom Source # 
Instance details

Defined in Data.Random.Source.Std