Advise-me-0.1: Assessment services for the Advise-Me project

Maintainerbastiaan.heeren@ou.nl
Stabilityprovisional
Portabilityportable (depends on ghc)
Safe HaskellNone
LanguageHaskell98

Domain.Math.Numeric.Generators

Description

 
Synopsis

Documentation

ratioGen :: Integral a => Int -> Int -> Gen (Ratio a) Source #

Prevents a bias towards small numbers

nonZero :: (Eq a, Num a) => Gen a -> Gen a Source #