Set hits = 0
iterations:
{
Randomly pick four numbers x1, y1, x2, y2 between 0 and 1
if (x2-x1)^2 + (y2-y1)^2 > 1, increment hits by 1
}
probability = hits / iterations