QuickCheck-2.7.6: Automatic testing of Haskell programs

Safe HaskellTrustworthy

Test.QuickCheck.Random

Description

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

Synopsis

Documentation

stop :: Integral a => a -> BoolSource

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