pcgen: A fast, pseudorandom number generator.
A fast pseudorandom number generator, as presented by M.E. O'Neill on http://www.pcg-random.org, See that site for information on the particulars of the technique used. This particular implementation uses two Word64 of internal data and produces a Word32 of output per step. On 64-bit machines it's two to three times as fast as StdGen and uses the same amount of space.
[Skip to Readme]
Downloads
- pcgen-2.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
| Versions [RSS] | 1.0.0, 2.0.0, 2.0.1 (info) |
|---|---|
| Dependencies | base (>=4.7 && <5), random (<=1.1) [details] |
| License | Apache-2.0 |
| Copyright | 2017 Daniel Gee |
| Author | Daniel "Lokathor" Gee |
| Maintainer | zefria@gmail.com |
| Category | Random |
| Home page | https://github.com/Lokathor/pcgen-hs |
| Uploaded | by Lokathor at 2017-07-05T02:34:40Z |
| Distributions | |
| Reverse Dependencies | 1 direct, 0 indirect [details] |
| Downloads | 2066 total (3 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs available [build log] Last success reported on 2017-07-05 [all 1 reports] |