The pseudo-random number generators used to generate the random matrices are from the package described in the references below.
See Also:
S. Park, D. Geyer, Random Number Generators: Good Ones Are Hard To Find, Communications of the ACM, October 1988.
nrows[, ncols[, mean[, std]]]) |
'd'
matrix of size nrows by
ncols with random elements chosen from a normal distribution
with mean mean and standard deviation std.
The default values for the optional arguments are
ncols=1, mean=0.0, std=1.0.
nrows[, ncols[, a[, b]]]) |
'd'
matrix of size nrows by
ncols matrix with random elements, uniformly distributed
between a and b.
The default values for the optional arguments are
ncols=1, a=0.0, b=1.0.
) |
[value]) |