Random Number Generator with Pi
Recently, I wondered if I could create a random number generator using the digits of pi. Disclaimer: this article’s purpose is not to create a computationally efficient random number generator; it is just a fun proof of concept. In order to create a random number generator with pi, we must first verify that the digits of pi are randomly distributed. This can be accomplished in a few lines of python code....