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 increments each only if they are the corresponding prime's length times 2 away in which case they are replaced with the number currently being tested.