Click or drag to resize
CMATHSRand Method
Seed the random-number generator with current time

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 the rRand_MATH function to create a random number between 0 and 1. The standard "C" function srand() is called.
Syntax
public static void SRand()
See Also