Ecosyste.ms: Packages

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

hackage.haskell.org : pcg-random

PCG is a family of simple fast space-efficient statistically good algorithms for random number generation. Unlike many general-purpose RNGs, they are also hard to predict. This library implements bindings to the standard C implementation. This includes the standard, unique, fast and single variants in the pcg family. There is a pure implementation that can be used as a generator with the random package as well as a faster primitive api that includes functions for generating common types. The generators in this module are suitable for use in parallel but make sure threads don't share the same generator or things will go horribly wrong.

Registry - Source - Homepage - JSON
purl: pkg:hackage/pcg-random
Keywords: bsd3, library, system
License: BSD-3-Clause
Latest release: about 1 year ago
First release: over 9 years ago
Dependent packages: 1
Dependent repositories: 15
Downloads: 10,923 total
Stars: 40 on GitHub
Forks: 6 on GitHub
Total Commits: 89
Committers: 4
Average commits per author: 22.25
Development Distribution Score (DDS): 0.045
More commit stats: commits.ecosyste.ms
See more repository details: repos.ecosyste.ms
Last synced: 18 days ago

    Loading...
    Readme
    Loading...