This article describes the formula syntax of the RANDOM.UNIFORM function.
Generate random variates uniformly in the interval [a, b).
RANDOM.UNIFORM(a, b, _rng)
a is the lower bound of the interval. b is the upper bound of the interval. _rng is an optional handle to a random number generator.
Generate
uniform variates
greater or equal to a
and less than b
using a random number generator.