Difference between revisions of "FastRandom"
From King Arthur's Gold Wiki
Shadlington (Talk | contribs) (Created page with "<onlyinclude> Returns a seemingly-random (much less random than Random, though it is faster) int in the range 0 to the given max int. </onlyinclude> <syntaxhighlight lang="cp...") |
(No difference)
|
Revision as of 18:00, 22 August 2012
Returns a seemingly-random (much less random than Random, though it is faster) int in the range 0 to the given max int.
int FastRandom(int max, int seed)