Ecosyste.ms: Packages

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

Top 3.7% on hackage.haskell.org
Top 0.7% downloads on hackage.haskell.org
Top 0.7% dependent packages on hackage.haskell.org
Top 0.6% dependent repos on hackage.haskell.org
Top 7.9% forks on hackage.haskell.org
Top 1.3% docker downloads on hackage.haskell.org

hackage.haskell.org : 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.

Registry - Source - JSON
purl: pkg:hackage/mwc-random
Keywords: bsd3, library, math, statistics
License: BSD-3-Clause
Latest release: over 14 years ago
First release: over 14 years ago
Dependent packages: 41
Dependent repositories: 779
Downloads: 153,936 total
Stars: 54 on GitHub
Forks: 25 on GitHub
Docker dependents: 1
Docker downloads: 16
Total Commits: 321
Committers: 19
Average commits per author: 16.895
Development Distribution Score (DDS): 0.38
More commit stats: commits.ecosyste.ms
See more repository details: repos.ecosyste.ms
Last synced: about 1 month ago

    Loading...
    Readme
    Loading...