Safe Haskell | None |
---|
Documentation
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
MonadRandom m => RandomSource m StdRandom |