Paketname | libghc6-mwc-random-prof |
Beschreibung | Fast, high quality pseudo random number generation; profiling libraries |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.5.0.0-1 |
Sektion | haskell |
Priorität | extra |
Installierte Größe | 956 Byte |
Hängt ab von | libghc6-mwc-random-dev (= 0.5.0.0-1), libghc6-base-prof-4.2.0.0-73995, libghc6-primitive-prof-0.3-44 |
Empfohlene Pakete | |
Paketbetreuer | Debian Haskell Group |
Quelle | haskell-mwc-random |
Paketgröße | 191058 Byte |
Prüfsumme MD5 | 0c4db6a939cce9b8a1c835f0b0ae9d0e |
Prüfsumme SHA1 | 665d37f70de7e5e365a702ba90d1201ef01c2ba0 |
Prüfsumme SHA256 | 1a4abc3f2a1317905fce22a335db4f5da5f96da762c7bfb55f0a550a3dbfd8c3 |
Link zum Herunterladen | libghc6-mwc-random-prof_0.5.0.0-1_i386.deb |
Ausführliche Beschreibung | This package provides a library for the Haskell programming language,
compiled for profiling.
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.
|