Navigation: Scripting Reference Manual > Functions & Subroutines > GetRandomDouble

 

GetRandomDouble

 

Contact Us: fredsupport@photonengr.com

 

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

Math Script Commands

 

 

 

 

 

Copyright © Photon Engineering, LLC