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
- Host: GitHub
- URL: https://github.com/odarbelaeze/fancysimulation
- Owner: odarbelaeze
- License: mit
- Created: 2012-08-29T20:31:38.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2017-06-19T22:15:15.000Z (over 8 years ago)
- Last Synced: 2025-07-18T06:26:29.218Z (3 months ago)
- Language: C++
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.