SetRandSeed
C/C++ declaration
extern long __stdcall SetRandSeed(long Seed);
Pascal declaration
Function SetRandSeed(Seed: LongInt): LongInt; stacall;
Random generator initialization.
IN → Seed : Random generator seed
Primitives