%RndEx()%
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().
(No parameters)
Sub Main MsgBox Rnd() End Sub
RndInt, RndFloat, Rnd function