The function where you can see all previously generated primes doesn't seem to work. Press space to change the Autoscroll mode. You also should this on turbo mode (shift key + green flag) To avoid lag go here: https://turbowarp.org/#421643120 Unfortunately, I don't think it saves where you left off, so turbowarp is basically useless in terms of saving. Except that I manually update the prime generator myself, so copy the highest prime number found on your list and put it in the chat. This is a machine that finds prime numbers. It normally is extremely fast. And it doesn't have that annoying 20,000 value limit that is set on most charts (Explained in "See Inside") Also, it contains a cloud variable to keep going from the highest number ever checked. You can keep this tab open while you are doing something else.
This engine is the fastest of three. It takes advantage of the fact that all primes can be written 6k+1 or 6k-1. So it goes up by six each loop and looks at the number below and above it to check if they are prime. And that means that it goes extremely fast. Here are links to the other prime number generators. Casual, just for fun: https://scratch.mit.edu/projects/421229986/ (Probably) slower than this one, but you can set a limit (And with less lag) https://scratch.mit.edu/projects/421335898/ This generator can start from when the last person stopped this. That means that it will keep going from the last number that was being checked on this project, on ANY account (As long as it is a year old). So just leave this open in another tab while you are doing something else, then watch the generator spew out prime numbers. Credits Whoever made the concept of prime numbers Scratch, for I would not be coding this project without its simple coding language