RAND
Returns a pseudo-random value in the range 0.0 <= x < 1.0.
This is an alias for the RANDOM function.
Syntax
RAND()
Returns
type: double
A pseudo-random value in the range 0.0 <= x < 1.0
The value will not change between different runs of the same task, i.e. if the result of this function makes the task fail, it will consistently fail.