软件包:libghc-mwc-random-doc(0.15.0.2-1)
libghc-mwc-random-doc 的相关链接
Debian 的资源:
下载源码包 haskell-mwc-random:
- [haskell-mwc-random_0.15.0.2-1.dsc]
- [haskell-mwc-random_0.15.0.2.orig.tar.gz]
- [haskell-mwc-random_0.15.0.2-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
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.
其他与 libghc-mwc-random-doc 有关的软件包
|
|
|
|
-
- dep: haddock-interface-38
- 本虚包由这些包填实: ghc
-
- dep: sgml-base (>= 1.28)
- SGML infrastructure and SGML catalog file support
-
- rec: ghc-doc
- Documentation for the Glasgow Haskell Compilation system
-
- 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