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