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.
hackage.haskell.org
0.1.4.0
almost 3 years ago
13
11,904 total
1
15
Links
| Registry | hackage.haskell.org |
| Source | Repository |
| Homepage | Homepage |
| JSON API | View JSON |
| CodeMeta | codemeta.json |
Package Details
| PURL |
pkg:hackage/pcg-random
spec |
| License | BSD-3-Clause |
| First Release | over 11 years ago |
| Last Synced | 27 days ago |
Repository
| Stars | 41 on GitHub |
| Forks | 6 on GitHub |
| Commits | 89 |
| Committers | 4 |
| Avg per Author | 22.25 |
| DDS | 0.045 |