8000 GitHub - Vekhir/pcg-random: Haskell interface to the pcg random number generator
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Vekhir/pcg-random

 
 

Repository files navigation

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.

About

Haskell interface to the pcg random number generator

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 52.9%
  • Haskell 41.5%
  • Nix 5.0%
  • Shell 0.6%
0