RndEx

Syntax:

RndEx()

Description:
Returns a random number between 0 and 1.  This function should be used in place of Rnd() as its results are more widely distributed in repeated calls than Rnd().

Parameter Description

(no parameters)

Example:

Sub Main
MsgBox Rnd()
End
Sub

See Also:

RndInt

RndFloat