Tweetable (130 bytes) approximate calculation of Pi with random numbers.
Essentially, darts are thrown randomly at a 1 unit size square . The proportion of them which within an inscribed 1 unit radius circle (distance calculated with Pythagora's theorem) versus the total thrown converges on pi given a long enough run-time.
This implementation only uses a single quadrant of the square/circle to save bytes.