Function Reference
— Loadable Function: rande (x)
— Loadable Function: rande (n, m)
— Loadable Function: rande ("state", x)
— Loadable Function: rande ("seed", x)

Return a matrix with exponentially distributed random elements. The arguments are handled the same as the arguments for rand.

By default, randn uses a Marsaglia and Tsang Ziggurat technique to transform from a uniform to a exponential distribution. (G. Marsaglia and W.W. Tsang, 'Ziggurat method for generating random variables', J. Statistical Software, vol 5, 2000, http://www.jstatsoft.org/v05/i08/)

See also: rand randn randg randp