Click or drag to resize
CMATHrRand Method
Get a random number between 0 and 1

Available since Oasis montaj version: 6.3.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Use SRand_MATH to seed the random number generator before a series of calls to this function are made. The standard "C" function rand() is called.
Syntax
public static double rRand()

Return Value

Type: Double
a real number
See Also