randn!
randn!([rng], A::Array{Float64,N})
Fill the array A
with normally-distributed (mean 0, standard deviation 1) random numbers. Also see the rand function.
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.