# File lib/randexp/randgen.rb, line 25
  def self.digit(options = {})
    ('0'..'9').to_a.pick
  end