A pseudorandom number generator (PRNG) can be measured by two main qualities its execution speed and its period . The period equates to the length of the sequence of numbers that it will produce before it begins repeating it's self.
The one I have decided to use is George Marsaglia's complementary-multiply-with-carry. This has both an extremely large period and, in its complementary implementation, fast execution.
No comments:
Post a Comment