randexp!
randexp!([rng], A::Array{Float64,N})
Fill the array A
with random numbers following the exponential distribution (with scale 1).
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.