DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibghc6-mwc-random-prof
BeschreibungFast, high quality pseudo random number generation; profiling libraries
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version0.5.0.0-1
Sektionhaskell
Prioritätextra
Installierte Größe956 Byte
Hängt ab vonlibghc6-mwc-random-dev (= 0.5.0.0-1), libghc6-base-prof-4.2.0.0-73995, libghc6-primitive-prof-0.3-44
Empfohlene Pakete
PaketbetreuerDebian Haskell Group
Quellehaskell-mwc-random
Paketgröße191058 Byte
Prüfsumme MD50c4db6a939cce9b8a1c835f0b0ae9d0e
Prüfsumme SHA1665d37f70de7e5e365a702ba90d1201ef01c2ba0
Prüfsumme SHA2561a4abc3f2a1317905fce22a335db4f5da5f96da762c7bfb55f0a550a3dbfd8c3
Link zum Herunterladenlibghc6-mwc-random-prof_0.5.0.0-1_i386.deb
Ausführliche BeschreibungThis 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.


Impressum
Linux is a registered trademark of Linus Torvalds