stdnormal_rnd
Random arrays from the standard normal distribution.
r = raylrnd (…
returns an array of random numbers chosen
from the standard normal distribution (mean = 0, standard deviation = 1).
When called with a single size argument, return a square matrix with the dimension specified. When called with more than one scalar argument the first two arguments are taken as the number of rows and columns and any further arguments specify additional matrix dimensions. The size may also be specified with a vector of dimensions sz.
See also: normrnd, stdnormal_cdf, stdnormal_inv, stdnormal_pdf
Source Code: stdnormal_rnd