RANDOM.UNIFORM function

This article describes the formula syntax of the RANDOM.UNIFORM function.

Description

Generate random variates uniformly in the interval [a, b).

Syntax

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.

See Also

\RANDOM