Exponential distribution random draw.
Syntax: @rexp(m)
m: number,
Return: number
Draw a random value from the exponential distribution with probability density function,
Examples
= @rexp(1)
returns a random draw from the exponential distribution with mean 1.
Cross-references
See also
@cexp,
@dexp, and
@qexp.