License | GPL-3 |
---|---|
Maintainer | hackage@mail.kevinl.io |
Stability | experimental |
Safe Haskell | Safe |
Language | Haskell2010 |
Documentation
boxMuller :: Floating a => a -> a -> a Source #
Function to convert values sampled from uniform distribution to a value sampled from a standard normal distribution.
closedOpenRnd :: RandomGen g => g -> (Double, g) Source #
Randoms in the interval [0, 1)
openClosedRnd :: RandomGen g => g -> (Double, g) Source #
Randoms in the interval (0, 1]