Random
From King Arthur's Gold Wiki
Revision as of 17:46, 22 August 2012 by Shadlington (Talk | contribs)
Returns a pseudo-random int in the range 0 to the given max int.
int Random(int max)
Returns a pseudo-random int in the range 0 to the given max int.
int Random(int max)