Miller-Rabin primality test
A very efficient way for testing if a large number is a prime or not is the Miller-Rabin primality test.
Python code is here.
Wikipedia entry is here.
Comments (0)
Trackbacks (0)
Leave a comment
Trackback
A very efficient way for testing if a large number is a prime or not is the Miller-Rabin primality test.
Python code is here.
Wikipedia entry is here.