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

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.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(
	CGXNETCore gxNetShared
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
See Also