This is my fastest prime number generator that doesn't test any set amount of numbers Green flag Watch or leave running
Runs at a couple hundred a second most of the time. Removes the need to use the modulus function entirely, and instead uses a list full of the moduluses and increases each by one each step.