Click or drag to resize

CMATHSRand Method

Seed the random-number generator with current time

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static void SRand(
	CGXNETCore gxNetShared
)

public static void SRand(
	CGXNETCore gxNetShared
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
Remarks
Use the rRand_MATH function to create a random number between 0 and 1. The standard "C" function srand() is called.
See Also