Command Reference : Matrix Language Reference
  
 
nrnd
Fill matrix with random normal draws.
Syntax: nrnd(m)
Argument: matrix, vector or sym, m
Fill the matrix object m with normal random numbers.
Examples
matrix(10, 3) m1
nrnd(m1)
Cross-references
See also @mnrnd, @mrnd, and rnd.