Pakket: libghc-mwc-random-doc (0.15.1.0-1)
Verwijzigingen voor libghc-mwc-random-doc
Debian bronnen:
Het bronpakket haskell-mwc-random downloaden:
- [haskell-mwc-random_0.15.1.0-1.dsc]
- [haskell-mwc-random_0.15.1.0.orig.tar.gz]
- [haskell-mwc-random_0.15.1.0-1.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
Fast, high quality pseudo random number generation; documentation
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.
This package provides the documentation for a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell.
Andere aan libghc-mwc-random-doc gerelateerde pakketten
|
|
|
|
-
- dep: haddock-interface-42
- virtueel pakket geboden door ghc
-
- rec: ghc-doc
- Documentation for the Glasgow Haskell Compilation system
-
- rec: libghc-math-functions-doc
- Special functions and Chebyshev polynomials; documentation
-
- rec: libghc-mwc-random-dev
- Fast, high quality pseudo random number generation
-
- rec: libghc-primitive-doc
- Wrappers for primitive operations; documentation
-
- rec: libghc-random-doc
- random number generator for Haskell; documentation
-
- rec: libghc-vector-doc
- Efficient Arrays for Haskell; documentation
-
- rec: libjs-mathjax
- JavaScript display engine for LaTeX and MathML
-
- sug: libghc-mwc-random-prof
- Fast, high quality pseudo random number generation; profiling libraries