| License | MIT |
|---|---|
| Maintainer | Joe Leslie-Hurd <joe@gilith.com> |
| Stability | provisional |
| Portability | portable |
| Safe Haskell | Safe |
| Language | Haskell98 |
Arithmetic.Random
Description
Documentation
randomPairWith :: (a -> b -> c) -> (Random -> a) -> (Random -> b) -> Random -> c Source
randomPair :: (Random -> a) -> (Random -> b) -> Random -> (a, b) Source
randomMaybe :: (Random -> Maybe a) -> Random -> a Source
randomFilter :: (a -> Bool) -> (Random -> a) -> Random -> a Source
randomWidth :: Natural -> Random -> Natural Source