method
new
new()
public
Hide source
# File lib/mathn.rb, line 72 def initialize @seed = 1 @primes = [] @counts = [] end