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

[ bsd3, library, math ] [ Propose Tags ]

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.

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.2, 0.3, 0.3.1, 0.4, 0.4.1, 0.4.2, 0.5, 0.6, 0.6.1, 0.6.2
Change log NEWS
Dependencies base (>=4 && <5), deepseq (>=1.0 && <2.0), gsl-random (>=0.4.3 && <0.5), mtl (>=1.1 && <3.0), vector (>=0.6 && <0.11) [details]
License BSD-3-Clause
Author Patrick Perry
Maintainer Patrick Perry <patperry@gmail.com>
Category Math
Home page http://github.com/patperry/hs-monte-carlo
Source repo head: git clone https://github.com/patperry/hs-monte-carlo.git
Uploaded by PatrickPerry at 2014-07-31T16:03:25Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 8298 total (29 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Successful builds reported [all 1 reports]