Click or drag to resize

CMATHSRand Method

Seed the random-number generator with current time

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public static void SRand()

public static void SRand()
Remarks
Use the rRand_MATH function to create a random number between 0 and 1. The standard "C" function srand() is called.
See Also