| randu {ADtools} | R Documentation |
Generate a matrix randomly from a uniform distribution
randu(..., min = 0, max = 1)
... |
Any number of dimensions. |
min |
lower limit of the distribution. Must be finite. |
max |
upper limit of the distribution. Must be finite. |