Difference between revisions of "Random"

From King Arthur's Gold Wiki
Jump to: navigation, search
(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 18:46, 22 August 2012

Returns a pseudo-random int in the range 0 to the given max int.

int Random(int max)