# File lib/rfuzz/random.rb, line 16 16: def initialize(dict=nil, type=:words) 17: # NOT meant to be secure so chill 18: @rnd = FuzzRnd.new("#{self.inspect}") 19: @dict = dict 20: @type = type 21: end