You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an incredibly efficient prime number generator that works by only doing addition. Although it's not quite as fast as the Sieve of Eratosthenes, this method can be used without specifying an endpoint
About
A highly-efficient non-constrained prime number generator that only adds