Recent content by googlygluon

  1. G

    Uncertainty calculation for calculating pi using Monte Carlo integration

    Homework Statement I wrote a code that calculates pi using accept&reject monte carlo integration. It picks -1000000000 pseudo-random points (x,y), and counts the number of points that fall within a unit circle (let's call that number k). The ratio of k/ N (N = Number of trials = 1000000000)...
Back
Top