middle_square_test


middle_square_test, a C code which calls middle_square(), which implements the middle square algorithm for generating random integers. This is a very early method, attributed to von Neumann, which actually is deeply flawed, with short cycles.

Licensing:

The information on this web page is distributed under the MIT license.

Related Data and Programs:

middle_square, a C code which implements the middle square algorithm for generating random integers. This is a very early method, attributed to von Neumann, which actually is deeply flawed, with short cycles.

Source Code:


Last modified on 13 September 2022.