int Random(int min, int max)
Returns a random integer between min and max, inclusive.
You can seed this random number generator by using SetRandSeed()
int rand = Random(0,10);
There are no talkbacks on this documentation page yet. Post the first?
Doc Nav |
Your docs |