RndEx

Syntax:

%RndEx()%

Description:

Returns a random number between 0 and 1. This function should be used in place of the Rnd function 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, Rnd function