Version: 0.13.3.2, Package name: hs-mwc-random-0.13.3.2 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description This package contains code for generating high quality random numbers that follow either a uniform or normal distribution. The generated numbers are suitable for use in statistical applications. The uniform PRNG uses Marsaglia's MWC256 (also known as MWC8222) multiply-with-carry generator, which has a period of 2^8222 and fares well in tests of randomness. It is also extremely fast, between 2 and 3 times faster than the Mersenne Twister. Compared to the mersenne-random package, this package has a more convenient API, is faster, and supports more statistical distributions. |
Filesize: 21.768 KB |
Version History (View Complete History) |
|
2016-01-20 09:26:20 by Matthias Kilian | Files touched by this commit (40) |
Log message: Bump after ghc changes. |
2015-12-20 04:33:36 by Matthias Kilian | Files touched by this commit (9) |
Log message: Adjust MODGHC_PACKAGE_KEY. |
2015-09-21 07:46:09 by Matthias Kilian | Files touched by this commit (3) |
Log message: Update to hs-mwc-random-0.13.3.2. |
2014-11-25 15:11:05 by Matthias Kilian | Files touched by this commit (56) |
Log message: Update dependencies and plists and bump. |