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
| Versions | 0.1, 0.2, 0.3, 0.3.1, 0.4, 0.4.1 |
|---|---|
| Dependencies | base (4.*), gsl-random (≥0.4.3 & <0.5), mtl (1.1.*), vector (≥0.6 & <0.8) |
| License | BSD3 |
| Author | Patrick Perry |
| Maintainer | Patrick Perry <patperry@gmail.com> |
| Stability | experimental |
| Category | Math |
| Home page | http://github.com/patperry/hs-monte-carlo |
| Upload date | Fri May 6 03:19:38 UTC 2011 |
| Uploaded by | PatrickPerry |
| Build failure | ghc-7.0 (log) |
Modules
- Control
- Monad
- Control.Monad.MC
- Control.Monad.MC.Class
- Control.Monad.MC.GSL
- Control.Monad.MC
- Monad
- Data
- Data.Summary
- Data.Summary.Bool
- Data.Summary.Double
- Data.Summary.Utils
- Data.Summary
Downloads
- monte-carlo-0.4.tar.gz (Cabal source package)
- package description (included in the package)