Path to this page:
./
math/hs-mwc-random,
Fast, high quality pseudo random number generation
Branch: pkgsrc-2020Q1,
Version: 0.14.0.0,
Package name: hs-mwc-random-0.14.0.0,
Maintainer: szptvlfnThis 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.
Required to run:[
devel/hs-vector] [
devel/hs-primitive] [
lang/ghc88] [
math/hs-math-functions]
Master sites:
SHA1: 139ab36e4be49bffa9cf7c9e363bb1aec50c5928
RMD160: 7aca90c6f486eea72f50973031d11180e7e6405b
Filesize: 19.213 KB
Version history: (Expand)
- (2020-04-20) Package has been reborn
- (2020-04-19) Package added to pkgsrc.se, version hs-mwc-random-0.14.0.0 (created)