method

new

v1_8_7_330 - Show latest stable - Class: Prime
new()
public

No documentation available.

# File lib/mathn.rb, line 72
  def initialize
    @seed = 1
    @primes = []
    @counts = []
  end