パッケージ: libghc-mwc-random-dev (0.13.6.0-3 など)
libghc-mwc-random-dev に関するリンク
Debian の資源:
haskell-mwc-random ソースパッケージをダウンロード:
- [haskell-mwc-random_0.13.6.0-3.dsc]
- [haskell-mwc-random_0.13.6.0.orig.tar.gz]
- [haskell-mwc-random_0.13.6.0-3.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Fast, high quality pseudo random number generation
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 a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell.
その他の libghc-mwc-random-dev 関連パッケージ
|
|
|
|
-
- dep: libatomic1 (>= 4.8)
- __atomic ビルトイン関数を提供するサポートライブラリ
-
- dep: libc6 (>= 2.14)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libghc-base-dev-4.11.1.0-5dd74
- 以下のパッケージによって提供される仮想パッケージです: ghc
-
- dep: libghc-math-functions-dev-0.2.1.0-9a1ce
- 以下のパッケージによって提供される仮想パッケージです: libghc-math-functions-dev
-
- dep: libghc-primitive-dev-0.6.4.0-b7b8e
- 以下のパッケージによって提供される仮想パッケージです: libghc-primitive-dev
-
- dep: libghc-time-dev-1.8.0.2-2ae9f
- 以下のパッケージによって提供される仮想パッケージです: ghc
-
- dep: libghc-vector-dev-0.12.0.1-4d111
- 以下のパッケージによって提供される仮想パッケージです: libghc-vector-dev
-
- dep: libgmp10
- 多倍長精度演算ライブラリ
-
- sug: libghc-mwc-random-doc
- Fast, high quality pseudo random number generation; documentation
-
- sug: libghc-mwc-random-prof
- Fast, high quality pseudo random number generation; profiling libraries