Skip to content

An implementation of Miller- Rabin Primality Test algorithm in TDD.

Notifications You must be signed in to change notification settings

samuelmaina/rabin-miller-primarity-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

An implementation of the Miller-Rabin Primarity test algorithm in java. The code can be used to verify small and large primes with the user specifying the number of test rounds to be applied. The algorithm can be found in wikipedia_link. It is used to check if a number is prime with very high accuracy even for very large primes.

About

An implementation of Miller- Rabin Primality Test algorithm in TDD.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages