Run in turbo mode (shift click green flag)
This project works on the basis that the chance of any point randomly selected from a square of length R containing a circle of length R is Pi/4 This project calculates pi slowly by randomly placing points on the square and checking if the distance from the center is less than R. If it is, we can use the formula (points in circle / points total)*4 to estimate pi.