This project was made after watching Zanzlanz's video on reversing algorithms.
I wanted to recreate the randomness generation where each pixel is calculated as follows
- Math.floor((seed/(modulus-1))*255)
This allows you to see patterns in the randomness of the Linear Congruential Generator (LCG)