savage-1.0.0: Re-exported random generators from QuickCheck.

Safe HaskellNone
LanguageHaskell2010

Savage.Randy

Synopsis

Documentation

bits :: Integral a => a Source #

mask :: Integral a => a Source #

stop :: Integral a => a -> Bool Source #

newtype SVGen Source #

The "standard" QuickCheck random number generator. A wrapper around either TFGen on GHC, or StdGen on other Haskell systems.

Constructors

SVGen TFGen