Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

A Monte Carlo calculator for pi. I think I wrote this when I was 12.

Notifications You must be signed in to change notification settings

egelja/RandCircleAreaCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RandCircleAreaCalculator

A Monte Carlo calculator for pi. Generates random coordinates in quadrants I and II and sees if they fall within 1 unit of (0, 0). The amount that fall within 1 unit are counted in a parallelized for loop, and pi is calculated with hits / throws.

About

A Monte Carlo calculator for pi. I think I wrote this when I was 12.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published