Paketname | libghc6-mwc-random-doc |
Beschreibung | Fast, high quality pseudo random number generation; documentation |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.5.0.0-1 |
Sektion | doc |
Priorität | extra |
Installierte Größe | 232 Byte |
Hängt ab von | |
Empfohlene Pakete | ghc6-doc, libghc6-primitive-doc, libghc6-vector-doc |
Paketbetreuer | Debian Haskell Group |
Quelle | haskell-mwc-random |
Paketgröße | 22380 Byte |
Prüfsumme MD5 | 9788873694419b68836a34c270dd13b2 |
Prüfsumme SHA1 | 4fc812004e6bfd8065e4aa6c233a38fc0955fec1 |
Prüfsumme SHA256 | 23dd4f9cfb20499dc64ccacdbb95de92feb2635c006a5052640f415c0f251852 |
Link zum Herunterladen | libghc6-mwc-random-doc_0.5.0.0-1_all.deb |
Ausführliche Beschreibung | This package provides the documentation for 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.
|