Skip to content

kkmonlee/cool_primes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cool_primes

cool_primes module is a prime number generator and tester written in pure Python.

Features

  • Lazy prime generator
  • Supports fast algorithms such as Sieve of Eratosthenes, Croft Spiral, and Wheel Factorisation
  • Test primality efficiently
  • Deterministic and probablistic primality tests
  • Suitable from Python 2.5 to Python 3.x

About

Lazy prime generator for Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages