How to tell if a 300-digit number is prime without factoring it: interrogate it with random witnesses. Each honest witness that fails to expose the number halves your doubt. It never proves primality — it makes composite-ness astronomically unlikely. And its engine, modular exponentiation, now runs in real I-13 — because the % this campaign recommended just merged.
Write n−1 = 2^s · d. Pick a random base a and compute a^d mod n, squaring up. A prime forces a strict pattern; a composite almost always breaks it — that base is a witness to its composite-ness. k rounds leave a false-prime chance below 4^−k. live demo
The name pairs two people who solved the same subtly different problems four years apart. cited
A rare case where the probabilistic answer beat the deterministic one into practice — fitting, for World V’s probabilistic wing. still shipped
The engine is modular exponentiation — and thanks to the % operator this campaign recommended and just merged to main, it runs in real I-13: