FastRandom
From King Arthur's Gold Wiki
Revision as of 18:00, 22 August 2012 by Shadlington (Talk | contribs)
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)