MiddleSquareGenerator
MiddleSquareGenerator is a pseudorandom number generator algorithm. It was developed by John von Neumann in the 1940s. The algorithm generates a sequence of numbers that appear random but are actually determined by a deterministic process.
The MiddleSquareGenerator algorithm works by taking a number, squaring it, and then extracting the middle digits
While historically significant, the MiddleSquareGenerator is generally not considered suitable for modern cryptographic or statistical applications.