Related resources for Mersenne Twister library
  • Random isn't Really Random -- C# Random Number Generation5/13/2012 3:18:06 AM. This article covers overriding the System.Random object in order to produce better random numbers. The project file contains a library of eight commonly used random number generating algorithms, the best of which is the Mersenne Twister algorithm.