An open API service indexing awesome lists of open source software.

https://github.com/odarbelaeze/fancysimulation

Fancy Monte Carlo simulation written in C++, using STL and JsonCpp
https://github.com/odarbelaeze/fancysimulation

Last synced: 3 months ago
JSON representation

Fancy Monte Carlo simulation written in C++, using STL and JsonCpp

Awesome Lists containing this project

README

          

FancySimulation
===============

Fancy Monte Carlo simulation written in C++, using STL and JsonCpp

Compiling using make
--------------------

Requires JsonCpp library you can grab it at this
[site](http://jsoncpp.sourceforge.net/) or in Ubuntu/Debian:

sudo apt-get install libjsoncpp-dev

Use:

make all

to compile all the elements.

make debug

cleans all executables and libraries and compile.

make clean

removes all the object and bonary files.