RAND

Returns a random number.

Syntax #1:

RAND

Returns a random number in the range 0.0 to 1.0 from a sequence which is the same each time Fireworkz starts.


Syntax #2:

RAND(number)

number is used as a seed for the random number sequence, unless the number specified is 0 in which case a random seed value will be used.