exponential_rnd [statistics]
— Function File: exponential_rnd (lambda, r, c)
— Function File: exponential_rnd (lambda, sz)

Return an r by c matrix of random samples from the exponential distribution with parameter lambda, which must be a scalar or of size r by c. Or if sz is a vector, create a matrix of size sz.

If r and c are omitted, the size of the result matrix is the size of lambda.