RAND function
Returns a random floating point number from 0.0 to 1.0. It returns a different number each time the function is evaluated, which is once per minute according to the system clock.
Syntax
RAND( )
Remarks
Use this function to create animation effects by setting shapes' properties to random values.
Example
RAND( )
Returns a decimal fraction such as 0.3503.