acme-memorandom: Memoized random number generation
A library for generating random numbers in a memoized manner. Implemented as
a lazy table indexed by serialized StdGen
. Monomorphism is used to
facilitate memoization, users should adapt their design to work with random
Int
values only.
[Skip to Readme]
Downloads
- acme-memorandom-0.0.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.0.1, 0.0.2, 0.0.3 |
---|---|
Change log | ChangeLog.md |
Dependencies | base (>=4 && <5), MemoTrie (>=0.6 && <0.7), random (>=1 && <2) [details] |
License | MIT |
Copyright | Copyright © 2015 Johan Kiviniemi |
Author | Johan Kiviniemi <devel@johan.kiviniemi.name> |
Maintainer | Johan Kiviniemi <devel@johan.kiviniemi.name> |
Category | ACME |
Home page | https://github.com/ion1/acme-memorandom |
Bug tracker | https://github.com/ion1/acme-memorandom/issues |
Source repo | head: git clone https://github.com/ion1/acme-memorandom.git |
Uploaded | by ion at 2015-05-15T16:29:25Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 2556 total (5 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2015-05-23 [all 1 reports] |