Difference between revisions of "Random"
From King Arthur's Gold Wiki
Shadlington (Talk | contribs) (Created page with "<onlyinclude> Returns a pseudo-random int in the range 0 to the given max int. </onlyinclude> <syntaxhighlight lang="cpp"> int Random(int max) </syntaxhighlight> [[Category:Scri...") |
(No difference)
|
Revision as of 17:46, 22 August 2012
Returns a pseudo-random int in the range 0 to the given max int.
int Random(int max)