rvar: Random Variables
Random number generation based on modeling random
variables by an abstract type (RVar
) which can be
composed and manipulated monadically and sampled in
either monadic or "pure" styles.
The primary purpose of this library is to support defining and sampling a wide variety of high quality random variables. Quality is prioritized over speed, but performance is an important goal too.
In my testing, I have found it capable of speed comparable to other Haskell libraries, but still a fair bit slower than straight C implementations of the same algorithms.
Changes in 0.2.0.1: Version bump for transformers dependency.
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
mtl2 | mtl-2 has State, etc., as "type" rather than "newtype" | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- rvar-0.2.0.4.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.2, 0.2.0.1, 0.2.0.2, 0.2.0.3, 0.2.0.4, 0.2.0.6, 0.3.0.0, 0.3.0.1, 0.3.0.2 |
---|---|
Dependencies | base (>=4.8 && <5), MonadPrompt (>=1.0 && <1.1), mtl (>=1.1 && <1.2 || >=2 && <3), random-source (>=0.3 && <0.4), transformers (>=0.2 && <0.6) [details] |
Tested with | ghc ==6.8.3, ghc ==6.10.4, ghc ==6.12.3, ghc ==7.0.4, ghc ==7.2.1, ghc ==7.2.2 |
License | LicenseRef-PublicDomain |
Author | James Cook <mokus@deepbondi.net> |
Maintainer | James Cook <mokus@deepbondi.net> |
Revised | Revision 1 made by Bodigrim at 2022-02-23T23:13:43Z |
Category | Math |
Home page | https://github.com/mokus0/random-fu |
Source repo | head: git clone https://github.com/mokus0/random-fu.git(rvar) |
Uploaded | by DominicSteinitz at 2020-03-13T08:09:29Z |
Distributions | Arch:0.3.0.2, Debian:0.2.0.6, LTSHaskell:0.3.0.2, NixOS:0.3.0.2, Stackage:0.3.0.2 |
Reverse Dependencies | 11 direct, 55 indirect [details] |
Downloads | 12266 total (78 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2020-03-13 [all 1 reports] |