Description This function returns a high quality random number (type Double) using an algorithm that is suited for multi-threading. This random number generator should be used in place of the BASIC Rnd() function.
Syntax dRand = GetRandomDouble()
Parameters dRand As Double Returned high quality random number.
See Also
|