Check out my first novel, midnight's simulacra!

Miller-Rabin Primality Test

From dankwiki
Revision as of 19:39, 19 August 2011 by Dank (talk | contribs) (Created page with "A deterministic primality test based on Fermat's Little Theorem. See The Structure and Interpretation of Computer Programs, 2nd edition, p56. [[CATEGORY: Computer Scienc...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A deterministic primality test based on Fermat's Little Theorem. See The Structure and Interpretation of Computer Programs, 2nd edition, p56.