FastRandom

From King Arthur's Gold Wiki
Jump to: navigation, search

Returns a seemingly-random (much less random than Random, though it is faster) int in the range 0 to the given max int.


This method is part of the Maths namespace so you need to prefix calls to it with 'Maths::'.

int Maths::FastRandom(int max, int seed)