Click or drag to resize

CMATHrRand Method

Get a random number between 0 and 1

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

public static double rRand()

Return Value

Type: Double
A real number
Remarks
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.
See Also