arithmetic-1.2: Natural number arithmetic

LicenseMIT
MaintainerJoe Leslie-Hurd <joe@gilith.com>
Stabilityprovisional
Portabilityportable
Safe HaskellSafe
LanguageHaskell98

Arithmetic.Random

Description

 

Documentation

randomPairWith :: (a -> b -> c) -> (Random -> a) -> (Random -> b) -> Random -> c Source

randomPair :: (Random -> a) -> (Random -> b) -> Random -> (a, b) Source

randomFilter :: (a -> Bool) -> (Random -> a) -> Random -> a Source