Package Util.Random

Interface Summary
RandomNumberGenerator Interface for number generators
Stochastic Interface to be used to declare that a class is in some way stochastic and therefore needs a Random number generator
 

Class Summary
MersenneTwisterFast MersenneTwister and MersenneTwisterFast Version 13, based on version MT199937(99/10/29) of the Mersenne Twister algorithm found at The Mersenne Twister Home Page, with the initialization improved using the new 2002/1/26 initialization algorithm By Sean Luke, October 2004.