Install this package:
emerge -a dev-haskell/mersenne-random-pure64
If the package is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask dev-haskell/mersenne-random-pure64
Or alternatively:
emerge --autounmask-write -a dev-haskell/mersenne-random-pure64
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.2.2.0 | 8 | ~amd64 | 0/0.2.2.0 |
<pkgmetadata> <maintainer type="project"> <email>haskell@gentoo.org</email> <name>Gentoo Haskell</name> </maintainer> <longdescription> 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. The source for the C code can be found here: <http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/emt64.html> This library provides a purely functional binding to the 64 bit classic mersenne twister, along with instances of RandomGen, so the generator can be used with System.Random. The generator should typically be a few times faster than the default StdGen (but a tad slower than the impure 'mersenne-random' library based on SIMD instructions and destructive state updates. </longdescription> </pkgmetadata>
| Type | File | Size | Versions |
|---|---|---|---|
| DIST | mersenne-random-pure64-0.2.2.0.tar.gz | 7190 bytes | 0.2.2.0 |
| Type | File | Size |
|---|