randu: Generate a matrix randomly from a uniform distribution

Description Usage Arguments

View source: R/utils.R

Description

Generate a matrix randomly from a uniform distribution

Usage

1
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.


ADtools documentation built on Nov. 9, 2020, 5:09 p.m.