Pseudo-
Randomness
Dr. Hector Zenil
Pseudo-Randomness
● Take any n-digit number
● Square it
● Take the middle n digits of the resulting number as the "random
number"
● Use that number as the seed for the next iteration
Pseudo-Randomness
http://reference.wolfram.com/mathematica/tutorial/RandomNumberGeneration.html
Pseudo-Randomness
Among the most popular statistical tests are the following:
● Normality
● Compressibility
● Linear complexity
● Autocorrelation
● Fourier coefficients
● Run and gap tests
● Partitioning the set of m-bit strings and counting hits in subsets
● Serial tests
● Rank of a binary matrix
● Longest run of 1's
● Hamming weights
● Random walk tests
● Close pairs
Pseudo-Randomness

4.3: Pseudo Randomness