mersenne-random-1.0.0.1: Generate high quality pseudorandom numbers using a SIMD Fast Mersenne Twister

The mersenne-random package

The Mersenne twister is a pseudorandom number generator developed by Makoto Matsumoto and Takuji Nishimura that is based on a matrix linear recurrence over a finite binary field. It provides for fast generation of very high quality pseudorandom numbers

This library uses SFMT, the SIMD-oriented Fast Mersenne Twister, a variant of Mersenne Twister that is much faster than the original. It is designed to be fast when it runs on 128-bit SIMD. It can be compiled with either SSE2 and PowerPC AltiVec support, to take advantage of these instructions.

 cabal install -fuse_sse2

On an x86 system, for performance win.

By default the period of the function is 2^19937-1, however, you can compile in other defaults. Note that this algorithm on its own is not cryptographically secure.

For more information about the algorithm and implementation, see the SFMT homepage,

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

and, Mutsuo Saito and Makoto Matsumoto, /SIMD-oriented Fast Mersenne Twister: a 128-bit Pseudorandom Number Generator/, in the Proceedings of MCQMC2006, here:

http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/ARTICLES/sfmt.pdf

Properties

Versions0.1, 0.1.1, 0.1.2, 0.1.3, 1.0, 1.0.0.1
Dependenciesbase (<3) or
base (≥3 & <5), old-time
LicenseBSD3
Copyright(c) 2008-2011. Don Stewart <dons00@gmail.com>
AuthorDon Stewart
MaintainerDon Stewart <dons00@gmail.com>
CategoryMath, System
Home pagehttp://code.haskell.org/~dons/code/mersenne-random
Upload dateSat Jun 18 18:36:20 UTC 2011
Uploaded byDonaldStewart
Built onghc-7.0, ghc-7.2
DistributionsDebian: 1.0.0.1

Modules

Downloads