MTRandom
MTRandom copied to clipboard
Objective-C wrapper for Mersenne Twister, a (pseudo) random number generator.
Results
2
MTRandom issues
Sort by
recently updated
recently updated
newest added
[randomGenerator randomUInt32From:to:] gives bad results if (to < from) there should be an assert for this
I needed a 64 bit version and I though I can make the obvious changes, but I am sure there are more to it, I don't understand the inner workings...