wadiim / mc

A program for estimating the number π using the Monte Carlo Method.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MC

A program for estimating the number Pi using the Monte Carlo Method.

Prerequisites

Cloning

git clone --recursive https://github.com/wadiim/mc.git

Building

cmake . -Bbuild
cmake --build build

License

MIT

About

A program for estimating the number π using the Monte Carlo Method.

License:MIT License


Languages

Language:CMake 71.7%Language:C++ 28.3%