Package net.goui.util

Contains a copy of MTRandom, David Beaumont's Java implementation of the Mersenne Twister random number generator.

See:
          Description

Class Summary
MTRandom A Java implementation of the MT19937 (Mersenne Twister) pseudo random number generator algorithm based upon the original C code by Makoto Matsumoto and Takuji Nishimura (see http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/emt.html for more information.
 

Package net.goui.util Description

Contains a copy of MTRandom, David Beaumont's Java implementation of the Mersenne Twister random number generator. I included it here for use in various projects.

CC-GNU LGPL
This software is licensed under the CC-GNU LGPL.