monte-carlo

Version 0.6.2 revision 0 uploaded by PatrickPerry.

Package meta

Synopsis
A monad and transformer for Monte Carlo calculations.
Description

A monad and transformer for performing Monte Carlo calculations. This monad carries and provides access to a pseudo-random number generator. Internally, the monad mutates rather than copies the random gnerator state. By avoiding copies, it can deliver faster performance than many pure random number implementations. The package is built around the facilities provided by the GNU Scientific Library (GSL).

Author
Patrick Perry
Bug reports
n/a
Category
Math
Copyright
n/a
Homepage
http://github.com/patperry/hs-monte-carlo
Maintainer
Patrick Perry <patperry@gmail.com>
Package URL
n/a
Stability
experimental

Components