random-fu-0.0.1.1: Random number generationSource codeContentsIndex
Data.Random.Distribution.Gamma
Documentation
realFloatGamma :: (Floating a, Ord a, Distribution NormalPair (a, a), Distribution StdUniform a) => a -> a -> RVar aSource
realFloatErlang :: (Integral a, Floating b, Ord b, Distribution NormalPair (b, b), Distribution StdUniform b) => a -> RVar bSource
gamma :: Distribution Gamma a => a -> a -> RVar aSource
erlang :: Distribution (Erlang a) b => a -> RVar bSource
data Gamma a Source
Constructors
Gamma a a
show/hide Instances
data Erlang a b Source
Constructors
Erlang a
show/hide Instances
Produced by Haddock version 2.4.2