Description
Efficient, purely functional generation of prime numbers.
Description
This Haskell library provides an efficient lazy wheel sieve for prime generation inspired by Lazy wheel sieves and spirals ofprimes by Colin Runciman and The Genuine Sieve of Eratosthenes by Melissa O'Neil.