# File lib/randexp/randgen.rb, line 13
  def self.uchar(options = {})
    ('A'..'Z').to_a.pick
  end