Random

Returns a random number.

Variants

Random()

This function returns a random number between 0 and 1.

Returns

Numeric

Examples

Random(Numeric from, Numeric to)

Returns a random number between "from" and "to," where "to" is not included.

Parameters

from
The numeric value to start from.
to
The numeric value to end before.

Returns

Numeric

Examples