|
A function that can be used in Formulas.
randomUniform##
(nrow
, ncol
, min
, max
)
nrow
× ncol
independent uniformly distributed (randomUniform
) numbers.randomUniform##
(model##
, min
, max
)
model##
, and fill all cells with independent uniformly distributed numbers. This is shorthand for doing randomUniform## (numberOfRows (model##), numberOfColumns (model##), min, max)
© Paul Boersma 2023,2024