Popularity
8.0
Growing
Activity
4.0
-
40
6
6

Code Quality Rank: L4
Monthly Downloads: 83
Programming language: C
License: BSD 3-clause "New" or "Revised" License
Tags: System    
Latest version: v0.1.3

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.

Do you think we are missing an alternative of pcg-random or a related project?

Add another 'System' Package

README

pcg-random

Build Status Hackage

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.