pcg-random alternatives and similar packages
Based on the "System" category.
Alternatively, view pcg-random alternatives based on common mentions on social networks and blogs.
-
ghc-hotswap
DISCONTINUED. Example code for how we swap compiled code within a running Haskell process. -
plugins
Dynamic linking and runtime evaluation of Haskell, and C, including dependency chasing and package resolution. -
ascii-progress
A simple Haskell progress bar for the console. Heavily borrows from TJ Holowaychuk's Node.JS project -
language-puppet
A library to work with Puppet manifests, test them and eventually replace everything ruby.
InfluxDB – Built for High-Performance Time Series Workloads

Do you think we are missing an alternative of pcg-random or a related project?
README
pcg-random
Haskell bindings to the PCG random number generator http://www.pcg-random.org.
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.
Implements the standard multiple stream generator as well as the fast, single and unique variants.
The api is very similar to mwc-random but the pcg generator appears to be slightly faster. There is also a pure interface via the random libray.