Module
Test.QuickCheck.Gen
- Package
- purescript-quickcheck
- Repository
- purescript/purescript-quickcheck
This module defines the random generator monad used by the Test.QuickCheck
module, as well as helper functions for constructing random generators.
#repeatable Source
repeatable :: forall b a. (a -> Gen b) -> Gen (a -> b)
Create a random generator for a function type.
#perturbGen Source
perturbGen :: forall a. Number -> Gen a -> Gen a
Perturb a random generator by modifying the current seed