# File lib/randexp/randgen.rb, line 17
  def self.char(options = {})
    [lchar, uchar].pick
  end