ca7604ff1e
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. ok sthen@
28 lines
1.1 KiB
Plaintext
28 lines
1.1 KiB
Plaintext
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/01/22 17:16:04 kili Exp $
|
|
lib/ghc/${DISTNAME}/
|
|
lib/ghc/${DISTNAME}/HS${DISTNAME}.o
|
|
lib/ghc/${DISTNAME}/System/
|
|
lib/ghc/${DISTNAME}/System/Random/
|
|
lib/ghc/${DISTNAME}/System/Random/MWC.hi
|
|
lib/ghc/${DISTNAME}/libHS${DISTNAME}.a
|
|
lib/ghc/${DISTNAME}/register.sh
|
|
@exec /usr/bin/env HOME=/nonexistent %D/lib/ghc/${DISTNAME}/register.sh -v0
|
|
@unexec /usr/bin/env HOME=/nonexistent %D/lib/ghc/${DISTNAME}/unregister.sh -v0 --force
|
|
lib/ghc/${DISTNAME}/unregister.sh
|
|
share/doc/hs-${DISTNAME}/
|
|
share/doc/hs-${DISTNAME}/LICENSE
|
|
share/doc/hs-${DISTNAME}/html/
|
|
share/doc/hs-${DISTNAME}/html/System-Random-MWC.html
|
|
share/doc/hs-${DISTNAME}/html/doc-index.html
|
|
share/doc/hs-${DISTNAME}/html/frames.html
|
|
share/doc/hs-${DISTNAME}/html/haddock-util.js
|
|
share/doc/hs-${DISTNAME}/html/hslogo-16.png
|
|
share/doc/hs-${DISTNAME}/html/index-frames.html
|
|
share/doc/hs-${DISTNAME}/html/index.html
|
|
share/doc/hs-${DISTNAME}/html/mini_System-Random-MWC.html
|
|
share/doc/hs-${DISTNAME}/html/minus.gif
|
|
share/doc/hs-${DISTNAME}/html/mwc-random.haddock
|
|
share/doc/hs-${DISTNAME}/html/ocean.css
|
|
share/doc/hs-${DISTNAME}/html/plus.gif
|
|
share/doc/hs-${DISTNAME}/html/synopsis.png
|