Module
Test.StrongCheck.Landscape  
- Package
 - purescript-strongcheckDEPRECATED
 - Repository
 - purescript-contrib/purescript-strongcheck
 
#DriverStateRec Source
type DriverStateRec a = { state :: GenState, value :: a, variance :: Number }#decayThird Source
decayThird :: Decay#sampleHere Source
sampleHere :: forall a. Perturb a => Int -> Landscape a -> Array aSamples around the current location area, returning just the values.
#sampleHere' Source
sampleHere' :: forall a. Perturb a => Int -> Landscape a -> Array (DriverState a)Samples around the current location area, returning full state information.
#unDriverState Source
unDriverState :: forall a. DriverState a -> DriverStateRec a#unLandscape Source
unLandscape :: forall a. Landscape a -> Cofree LList (DriverState a)- Modules
 - Test.
StrongCheck  - Test.
StrongCheck. Arbitrary  - Test.
StrongCheck. Data. AlphaNumString  - Test.
StrongCheck. Data. ApproxNumber  - Test.
StrongCheck. Data. ArbBoundedEnum  - Test.
StrongCheck. Data. ArbDateTime  - Test.
StrongCheck. Data. Negative  - Test.
StrongCheck. Data. NonZero  - Test.
StrongCheck. Data. Positive  - Test.
StrongCheck. Data. Signum  - Test.
StrongCheck. Gen  - Test.
StrongCheck. LCG  - Test.
StrongCheck. Landscape  - Test.
StrongCheck. Perturb