Skip to content

SamuraiDangyo/fast_primes_ll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fast_primes_ll

Fast prime number generator written in C++14 language

Install

make should build a good binary.

Example: Find out what's the 10,001st prime ?

fast_primes_ll -nthprime 10001

License

GPLv3