SYNTAX

<IntegerAttribute>.random(minRange,maxRange)

<DecimalAttribute>.random(minRange,maxRange)

Returns a random value between minRange and maxRange. Either range can be a numeric value of the same datatype, or numeric attributes of the same type; in which case, the attributes can have arithmetic operators, absoluteValue, and unary negative applied.

USAGE RESTRICTIONS

The Operators row of the table in Summary Table of Vocabulary Usage Restriction applies. No special exceptions.

This sample Rulesheet uses random in non-conditional actions:

A sample Ruletest requires values for Entity1 although they have no impact on the output. As the result is random, there cannot be an expected value.