# File lib/randexp/randgen.rb, line 9
  def self.lchar(options = {})
    ('a'..'z').to_a.pick
  end