monte-carlo-0.4.2: A monad and transformer for Monte Carlo calculations.

The monte-carlo package

A monad and transformer for Monte Carlo calculations. The monads carry and provide access to a random number generator. Importantly, they only keep one copy of the generator state, and so are much more efficient than MonadRandom. Currently, only the generator that comes with the GNU Scientific Library (GSL) is supported.

Properties

Versions0.1, 0.2, 0.3, 0.3.1, 0.4, 0.4.1, 0.4.2
Dependenciesbase (4.*), gsl-random (≥0.4.3 & <0.5), mtl (≥1.1 & <3.0), vector (≥0.6 & <0.10)
LicenseBSD3
AuthorPatrick Perry
MaintainerPatrick Perry <patperry@gmail.com>
Stabilityexperimental
CategoryMath
Home pagehttp://github.com/patperry/hs-monte-carlo
Source repositorygit clone https://github.com/patperry/hs-monte-carlo.git
Upload dateSun Sep 16 21:26:40 UTC 2012
Uploaded byPatrickPerry
Built onghc-7.6

Modules

Downloads