randu: Generate a matrix randomly from a uniform distribution
Description
Generate a matrix randomly from a uniform distribution
Usage
randu(..., min = 0, max = 1)
Arguments
...
Any number of dimensions.
min
lower limit of the distribution. Must be finite.
max
upper limit of the distribution. Must be finite.