quick-is-prime
Test if a number is prime in constant time, using a cached Sieve of Eratosthenes.
Test if a number is prime in constant time, using a cached Sieve of Eratosthenes.
Check if a number is prime
yet another isprime package with caching. computes prime numbers using trial division.
Suite for testing primality, finding primes, and finding prime k-tuples