Tweak math/qtiplot version 0.9.8.9_8
[dports.git] / math / hs-mwc-random / pkg-descr
1 This package contains code for generating high quality random numbers that
2 follow either a uniform or normal distribution. The generated numbers are
3 suitable for use in statistical applications. The uniform PRNG uses
4 Marsaglia's MWC256 (also known as MWC8222) multiply-with-carry generator,
5 which has a period of 2^8222 and fares well in tests of randomness. It is
6 also extremely fast, between 2 and 3 times faster than the Mersenne Twister.
7 Compared to the mersenne-random package, this package has a more convenient
8 API, is faster, and supports more statistical distributions.
9
10 WWW: https://github.com/bos/mwc-random