void SetRandSeed(int seed)
This function may be used to initialize the random number generator with the seed of your choice. If you are careful, you may be able to rig your game to behave the same every time if you initialize it with the same random seed every time.
SetRandSeed(109);
There are no talkbacks on this documentation page yet. Post the first?
Doc Nav |
Your docs |