/mc-pi-plot

Approximating PI (π) using Monte Carlo technique implemented with Golang

Primary LanguageGoMIT LicenseMIT

mc-pi-plot

Approximating PI (π) using Monte Carlo technique.

This was implemented with Golang and the hep(High Energy Physics) package hplot for visualization.

There are other packages provided by hep, if you are interested in analysis in hep, check out go-hep.

This was influenced by the gopher academy blog article:

This is one of those articles were is not the code but what you learn at the end.

Extra reading:

Monte Carlo method - Wikipedia