 | 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
Syntaxpublic static void SRand()
public static void SRand()
Public Shared Sub SRand
Public Shared Sub SRand
public:
static void SRand()
public:
static void SRand()
static member SRand : unit -> unit
static member SRand : unit -> unit
Remarks
Use the rRand_MATH function to create a random number between 0 and 1.
The standard "C" function srand() is called.
See Also