random-variates-0.1.5.1: "Uniform RNG => Non-Uniform RNGs"

Safe HaskellSafe
LanguageHaskell2010

Stochastic.Generators.Continuous

Documentation

class ContinuousSample g where Source

Minimal complete definition

rand, entropy

Methods

rand :: g -> (Double, g) Source

entropy :: g -> Int Source

rands :: Int -> g -> ([Double], g) Source

toList :: g -> [Double] Source