# File lib/randexp/randgen.rb, line 29
  def self.alpha_numeric(options = {})
    [char, digit].pick
  end