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