QuickCheck-2.7.3: Automatic testing of Haskell programs

Safe HaskellTrustworthy

Test.QuickCheck.Random

Description

A wrapper around the system random number generator. Internal QuickCheck module.

Synopsis

Documentation

chip :: Bool -> Word32 -> TFGen -> TFGenSource

stop :: Integral a => a -> BoolSource

mkTheGen :: Int -> TFGenSource

newtype QCGen Source

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

Constructors

QCGen TFGen 

bigNatVariant :: Integer -> TFGen -> TFGenSource

natVariant :: Integral a => a -> TFGen -> TFGenSource

variantTheGen :: Integral a => a -> TFGen -> TFGenSource

boolVariant :: Bool -> TFGen -> TFGenSource