mir-random — Libmir Archive
Libmir Archive
API Reference Index
mir-random Guide
Dlang.org
ExponentialVariable.opCall
mir
random
variable
ExponentialVariable
Generates a random sample from the exponential distribution using the given random number generator.
T
opCall
(G gen)
struct
ExponentialVariable
(T)
T
opCall
(
G
)
(
scope
ref
G
gen
)
if
(
isSaturatedRandomEngine
!
G
)
if
(
isFloatingPoint
!
T
)
T
opCall
(G* gen)
mir
random
variable
ExponentialVariable
constructors
this
functions
opCall
manifest constants
isRandomVariable
variables
max
min
Generates a random sample from the exponential distribution using the given random number generator.