Is there a way of estimating Pi with the Buffon's method without assuming Pi known?
To be more precise: in a Monte Carlo simulation of the experiment invented by Buffon I would (ideally) generate 2 random numbers with uniform distribution within [0,1] and [0,Pi] respectively (the two numbers being the distance of the center of the needle from the border of the strip and the orientation of the needle). Unfortunately this is sort of cheating because one must already know the value of Pi in order to generate the angle.
A possible reasonable -at least in principle- solution is to work around this problem by generating 2 points in a rectangle and then extract the probability distribution for needle's center and orientation from them (imposing the fixed length of the needle). However analytic calculations to get some usable formulas seem a complete mess to me.
Is there some smarter way of doing that?
