RANDOM
Returns a pseudo-random value in the range 0.0 <= x < 1.0.
Syntax
RANDOM()
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.