Expand Minimize
This topic has not yet been rated - Rate this topic

RAND Function

Published: July 16, 2012

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.

RAND( )

Return Value

Float

You can use this function to create animation effects by setting the properties of shapes to random values.

RAND( )

Returns a decimal fraction, such as 0.3503.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.