This project is an exploration of how random is computed at a fundamental level.
It ended up being a really interesting endeavor.
Red = my_rand || Blue = numpy.randint
*early version
Pixel Pattern Demonstrating Non-uniformity

Numpy's random generator's pattern is unnoticable in comparison

- Have LCG Algorithm compete with Numpy's random
- Perform statistical test on algorithm
- Spectral Test
- Some Diehard Tests
After configuring its proper modulus increment and multiplier the distribution becomes uniform while also taking advantage of time module.

