pcg-random: Haskell bindings to the PCG random number generator.
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
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.
[Skip to Readme]
Properties
Versions | 0.1.0.0, 0.1.0.1, 0.1.1.0, 0.1.2.0, 0.1.3.0, 0.1.3.1, 0.1.3.2, 0.1.3.3, 0.1.3.4, 0.1.3.5, 0.1.3.6, 0.1.3.7, 0.1.4.0, 0.1.4.0 |
---|---|
Change log | CHANGELOG.md |
Dependencies | base (>=4.3 && <5), bytestring, entropy, primitive (>=0.7 && <0.9), random (>=1.2 && <2.0) [details] |
License | BSD-3-Clause |
Copyright | (c) 2014-2015. Christopher Chalmers <c.chalmers@me.com> |
Author | Christopher Chalmers |
Maintainer | c.chalmers@me.com |
Category | System |
Home page | http://github.com/cchalmers/pcg-random |
Bug tracker | http://github.com/cchalmers/pcg-random/issues |
Source repo | head: git clone git://github.com/cchalmers/pcg-random.git |
Uploaded | by cchalmers at 2023-04-30T15:05:10Z |
Modules
[Index] [Quick Jump]
Downloads
- pcg-random-0.1.4.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees