randexp
randexp([rng], [dims...])
Generate a random number according to the exponential distribution with scale 1. Optionally generate an array of such random numbers.
Examples
See Also
bitrand, MersenneTwister, rand, randcycle, randexp, randexp!, randjump, randn, randn!, RandomDevice, randperm, randsubseq, randsubseq!, shuffle, srand,User Contributed Notes
Add a Note
The format of note supported is markdown, use triple backtick to start and end a code block.