Liking cljdoc? Tell your friends :D

mersenne-twister.core

This namespace provides a Clojure-friendly wrapper around the MersenneTwister class from The Apache Commons Mathematics Library:

http://commons.apache.org/proper/commons-math/

This class implements a powerful pseudo-random number generator developed by Makoto Matsumoto and Takuji Nishimura during 1996-1997.

This generator features an extremely long period (219937-1) and 623-dimensional equidistribution up to 32 bits accuracy. The home page for this generator is located at:

http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/emt.html

This generator is described in a paper by Makoto Matsumoto and Takuji Nishimura in 1998: Mersenne Twister: A 623-Dimensionally Equidistributed Uniform Pseudo-Random Number Generator, ACM Transactions on Modeling and Computer Simulation, Vol. 8, No. 1, January 1998, pp 3--30

This namespace provides a Clojure-friendly wrapper around the MersenneTwister
class from The Apache Commons Mathematics Library:

http://commons.apache.org/proper/commons-math/

This class implements a powerful pseudo-random number generator developed by
Makoto Matsumoto and Takuji Nishimura during 1996-1997.

This generator features an extremely long period (219937-1) and
623-dimensional equidistribution up to 32 bits accuracy. The home page for
this generator is located at:

http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/emt.html

This generator is described in a paper by Makoto Matsumoto and Takuji
Nishimura in 1998: Mersenne Twister: A 623-Dimensionally Equidistributed
Uniform Pseudo-Random Number Generator, ACM Transactions on Modeling and
Computer Simulation, Vol. 8, No. 1, January 1998, pp 3--30
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close