Skip to content

Deterministic version of the Miller-Rabin primality test implemented in pure Python.

License

Notifications You must be signed in to change notification settings

milanboers/pymillerrabin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

pymillerrabin

Deterministic version of the Miller-Rabin primality test implemented in pure Python. Works with Python 2 and 3 and for numbers < 3825123056546413051.

Usage

>>> import pymillerrabin
>>> pymillerrabin.isPrime(5615723)
>>> True

About

Deterministic version of the Miller-Rabin primality test implemented in pure Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages