random-fu: Random number generation

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.

[maintain] [Publish]

Random number generation based on modeling random variables in two complementary ways: first, by the parameters of standard mathematical distributions and, second, 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.

Properties

Versions 0.0.0.2, 0.0.1.1, 0.0.2.0, 0.0.2.1, 0.0.3, 0.0.3.2, 0.1.0.0, 0.1.3, 0.1.4, 0.2, 0.2.1.0, 0.2.1.1, 0.2.2.0, 0.2.3.0, 0.2.3.1, 0.2.4.0, 0.2.5.0, 0.2.6.0, 0.2.6.1, 0.2.6.2, 0.2.7.0, 0.2.7.3, 0.2.7.4, 0.2.7.4, 0.2.7.6, 0.2.7.7, 0.3.0.0, 0.3.0.1
Change log changelog.md
Dependencies base (>=4 && <4.2 || >=4.9 && <5), erf, math-functions, monad-loops (>=0.3.0.1), mtl (>=1 && <3), random-shuffle, random-source (>=0.3 && <0.4), rvar (>=0.2 && <0.3), syb, template-haskell, transformers, vector (>=0.7) [details]
License LicenseRef-PublicDomain
Author James Cook <mokus@deepbondi.net>
Maintainer Dominic Steinitz <dominic@steinitz.org>
Category Math
Home page https://github.com/mokus0/random-fu
Source repo head: git clone https://github.com/mokus0/random-fu.git(random-fu)
Uploaded by DominicSteinitz at 2020-03-12T23:13:58Z

Modules

[Index] [Quick Jump]

Flags

Automatic Flags
NameDescriptionDefault
base4_2

base-4.2 has an incompatible change in Data.Fixed (HasResolution)

Enabled
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

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees