Mersenne Twister in JAVA
- B. Narasimhan kindly wrote a Java version.
See his
programs.
-
A quicker Java class for MT is installed by Sean Luke,
see his
Evolutionary Computation
Project.
- A Java implementation of MT is included in Luc Maisonobe's
mantissa package,
mathematical algorithms for numerical tasks in space system applications.
- You can see a Java implementation of MT in the site
The Colt Distribution, open source libraries for high performance scientific and technical computing in Java.
- (Updated 2023.05.16) David Beaumont also
wrote a java implementation of MT.
Here is his source code MTRandom.java.
It is licensed under EPL 2 and Apache 2.0.
-
Jonathan PASSERAT-PALMBACH kindly wrote a patch for above MTRandom.java,
which does fit to Java 7. Here are a patch
and a new file.(2011/12/12)
- Now, Romain Reuillon's
DistMe JAVA package
includes
java version of dynamic creator.(2008/12/2)
Return to Versions of MT