AkhzarFarhan / HactoberFest-2022

This repository is made for absolute beginners who want to make their first pull request to get eligibility for HactoberFest-2022.
8 stars 150 forks source link

value of Pi using Monte Carlo Method #177

Closed Aaryan-Jordan closed 1 year ago

Aaryan-Jordan commented 1 year ago

Given two integers N and K representing number of trials and number of total threads in parallel processing. The task is to find the estimated value of PI using the Monte Carlo algorithm .