Module Random

This module is undocumented. This is a list of its definitions.

randomBoolean :: <Random> Boolean
randomDouble :: <Random> Double
randomFloat :: <Random> Float
randomInteger :: <Random> Integer
randomLong :: <Random> Long
randomN :: Integer -> <Random> Integer
runRandom :: <Random,b> a -> <Proc,b> a
withSeed :: Long -> <Random,b> a -> <b> a