Skip to content

A sample of a medium sized problem. In this case we can time the difference between brute force and Miller-Rabin primality testing.

Notifications You must be signed in to change notification settings

schmittlema/random-prime

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

random-prime

A sample of a medium sized problem. In this case we can time the difference between brute force and Miller-Rabin primality testing.

This code demonstrates using some headers in building a project. Not yet a MakeFile or test scripts. It also demonstrates some basic performance based decision making and a heuristic algorithm.

About

A sample of a medium sized problem. In this case we can time the difference between brute force and Miller-Rabin primality testing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.6%
  • C 1.4%