Study of pseudo-random numbers generators, then performing generation quality tests on them
Middle Squared Method
Multiplicative Linear Congruential Generator (LCG)
Mixed Linear Congruential Generator (LCG)
Python's own Generator (Mersenne-Twister)
Goodness of Fit (Pearson - Chi Squared Approach)
Parity Test
Kolmogorov-Smirnov Test
Gaps Test
Pseudorandom Numbers: 380