Prime::PseudoPrimeGenerator
An implementation of PseudoPrimeGenerator.
PseudoPrimeGenerator
Uses EratosthenesSieve.
EratosthenesSieve
# File prime.rb, line 411 def initialize @last_prime_index = -1 super end
# File prime.rb, line 420 def rewind initialize end
# File prime.rb, line 416 def succ @last_prime_index += 1 EratosthenesSieve.instance.get_nth_prime(@last_prime_index) end
This page was generated for Ruby 3.0.0
Ruby-doc.org is a service of James Britt and Neurogami, purveyors of fine dance noise.
Generated with Ruby-doc Rdoc Generator 0.42.0.