Updated 6 months ago
@stdlib/random-base-exponential
Exponentially distributed pseudorandom numbers.
Updated 6 months ago
@stdlib/math-iter-special-expm1
Create an iterator which computes `exp(x) - 1` for each iterated value.
Updated 6 months ago
@stdlib/math-iter-special-exp10
Create an iterator which evaluates the base 10 exponential function for each iterated value.
Updated 6 months ago
@stdlib/math-iter-special-exp
Create an iterator which evaluates the natural exponential function for each iterated value.
Updated 6 months ago
random-exponential
Generate pseudorandom numbers drawn from an exponential distribution.
Updated 6 months ago
@stdlib/random-array-exponential
Create an array containing pseudorandom numbers drawn from an exponential distribution.