Prime Number Checker & Factorization Tool (Miller–Rabin, Pollard's Rho)
Check whether a number is prime with deterministic Miller–Rabin (64-bit) and probabilistic Miller–Rabin for larger integers, factorize any composite into its prime factors using trial division + Pollard's rho, generate primes with the Sieve of Eratosthenes, find prime gaps and twin primes, and compute divisor count/sum plus Euler's totient — all BigInt-exact and 100% client-side.
Check whether a number is prime with deterministic Miller–Rabin (64-bit) and probabilistic Miller–Rabin for larger integers, factorize any composite into its prime factors using trial division + Pollard's rho, generate primes with the Sieve of Eratosthenes, find prime gaps and twin primes, and compute divisor count/sum plus Euler's totient — all BigInt-exact and 100% client-side. Everything runs locally in your browser — your data never leaves your device.
How to use
- Enter your input in the tool above.
- Adjust any options to your preference.
- Use the Copy or Download buttons to save the result.
- Everything happens locally — your data never leaves your browser.