Skip to main content

A small Python library for creating simple Monte Carlo simulations.

Project description

# pymontecarlo
A small Python library for creating simple Monte Carlo simulations.

## Installation
```bash
pip install montecarlo
```

## Usage
(Under construction)
```python
from montecarlo import montecarlo

def setup():
...

def test():
if (...):
return True
return False

mc = montecarlo(func, setup=setup)
mc.run(iterations=100000)
```

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

montecarlo-0.1.1.tar.gz (1.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page