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 is supported.
Properties
| Versions | 0.1, 0.2, 0.3, 0.3.1, 0.4, 0.4.1, 0.4.2 |
|---|---|
| Dependencies | base, gsl-random, mtl |
| License | BSD3 |
| Copyright | (c) 2008. Patrick Perry <patperry@stanford.edu> |
| Author | Patrick Perry |
| Maintainer | Patrick Perry <patperry@stanford.edu> |
| Category | Math |
| Home page | http://stat.stanford.edu/~patperry/code/monte-carlo |
| Upload date | Thu Aug 28 11:11:59 UTC 2008 |
| Uploaded by | PatrickPerry |
| Built on | ghc-6.10, ghc-6.12, ghc-6.8 |
Modules
- Control
Downloads
- monte-carlo-0.1.tar.gz (Cabal source package)
- package description (included in the package)