Support for the Ruby 2.4 series has ended. See here for reference.
Prime::PseudoPrimeGenerator
An implementation of PseudoPrimeGenerator which uses a prime table generated by trial division.
PseudoPrimeGenerator
# File prime.rb, line 328 def initialize @index = -1 super end
# File prime.rb, line 336 def rewind initialize end
# File prime.rb, line 333 def succ TrialDivision.instance[@index += 1] end
This page was generated for Ruby 2.4.1
Ruby-doc.org is provided by James Britt and Neurogami. Maximum R+D.
Generated with Ruby-doc Rdoc Generator 0.42.0.