random-fu-0.0.3: Random number generationSource codeContentsIndex
Data.Random.Distribution.Gamma
Documentation
realFloatGamma :: (Floating a, Ord a, Distribution Normal a, Distribution StdUniform a) => a -> a -> RVar aSource
realFloatErlang :: (Integral a, Floating b, Ord b, Distribution Normal 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