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