Most recent post:
01 Aug 2022
I recently wanted to generate points in the circumference of a unit circle. After some digging, I found a very elegant algorithm from John von Neumann and then a related method for generating normally distributed samples.
In this post we’ll describe these methods starting with a somewhat related problem which provides some techniques utilized by the other methods.