QuickCheck-2.10.0.1: Automatic testing of Haskell programs

Safe HaskellTrustworthy
LanguageHaskell98

Test.QuickCheck.Random

Description

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

Synopsis

Documentation

bits :: Integral a => a Source #

mask :: Integral a => a Source #

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

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