Rand Function
Description:
Generate a random number.
The random number is evenly distributed in the range 0 (inclusive) to 1 (exclusive).
Returns:
Number
Examples:
When using functions inside a field, remember the field brackets:
{Rand()}
Expression | Result |
|---|---|
Rand() >= 0 | true |
Rand() < 1 | true |