Version 0 of RandMT

Updated 2003-04-11 20:44:40

This is a package that provides an alternative pseudo-random number generator based upon the Mersenn Twister PRNG algorithm ([L1 ], [L2 ]). This PRNG has an enormous period (in fact it is 2**19937-1 which is a Mersenne Prime, hence the name). It is also suposedly faster than the standard C library rand() function.

Currently the code is available at

 cvs -d:pserver:[email protected]:/cvsroot/tclsoap co RandMT

and the distributable files are at http://sourceforge.net/projects/tclsoap in the downloads section.


[ Category Mathematics | Category Package ]