Table of Contents

setRandomSeed

(int seed=-1) Set the current random seed. If no seed is provided, then the current time in ms is used.

Syntax

void setRandomSeed([, int %seed=-1]);

Parameters

[optional] int %seed=-1
No description available.

Return value

void
No description available.

Remarks

Examples

Source

Engine

See also

getRandom
getRandomSeed

References

initCommon: base/main.cs:15