random-fu-0.0.1.1: Random number generation
Source code
Contents
Index
Data.Random.Distribution.Gamma
Documentation
realFloatGamma
:: (
Floating
a,
Ord
a,
Distribution
NormalPair
(a, a),
Distribution
StdUniform
a) => a -> a ->
RVar
a
Source
realFloatErlang
:: (
Integral
a,
Floating
b,
Ord
b,
Distribution
NormalPair
(b, b),
Distribution
StdUniform
b) => a ->
RVar
b
Source
gamma
::
Distribution
Gamma
a => a -> a ->
RVar
a
Source
erlang
::
Distribution
(
Erlang
a) b => a ->
RVar
b
Source
data
Gamma
a
Source
Constructors
Gamma
a a
Instances
(
Floating
a,
Ord
a,
Distribution
NormalPair
(
(,)
a a),
Distribution
StdUniform
a) =>
Distribution
Gamma
a
data
Erlang
a b
Source
Constructors
Erlang
a
Instances
(
Integral
a,
Floating
b,
Ord
b,
Distribution
NormalPair
(
(,)
b b),
Distribution
StdUniform
b) =>
Distribution
(
Erlang
a) b
Produced by
Haddock
version 2.4.2