Paketname | libghc6-mwc-random-dev |
Beschreibung | Fast, high quality pseudo random number generation |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.5.0.0-1 |
Sektion | haskell |
Priorität | extra |
Installierte Größe | 932 Byte |
Hängt ab von | libghc6-base-dev-4.2.0.0-73995, libghc6-primitive-dev-0.3-44562, libghc6-time-dev-1.1.4-74673, libgh |
Empfohlene Pakete | |
Paketbetreuer | Debian Haskell Group |
Quelle | haskell-mwc-random |
Paketgröße | 179092 Byte |
Prüfsumme MD5 | f70d7ea2dc57a4146b377988a3db55da |
Prüfsumme SHA1 | 14506a52960b02fc2389587401a82f52ed80f915 |
Prüfsumme SHA256 | 5b5ee128650a1d021f8f27549d5b68b737a5e1ab84d68f6ca0c6bf3491dcf36d |
Link zum Herunterladen | libghc6-mwc-random-dev_0.5.0.0-1_i386.deb |
Ausführliche Beschreibung | This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
.
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.
|