An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

mwc-random

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.

Ecosystem
hackage.haskell.org
Latest Release
0.4.1
about 16 years ago
Versions
40
Downloads
159,731 total
Dependent Packages
43
Dependent Repos
779
Links
Registry hackage.haskell.org
Source Repository
JSON API View JSON
CodeMeta codemeta.json
Package Details
PURL pkg:hackage/mwc-random
spec
License BSD-2-Clause
First Release about 16 years ago
Last Synced about 5 hours ago
Repository
Stars 55 on GitHub
Forks 25 on GitHub
Docker Dependents 1
Docker Downloads 54
Commits 321
Committers 19
Avg per Author 16.895
DDS 0.38
Rankings on hackage.haskell.org
Overall Top 3.7%
Downloads Top 0.7%
Dependent packages Top 0.7%
Dependent repos Top 0.6%
Forks Top 7.9%
Docker downloads Top 1.3%