# File lib/randexp/randgen.rb, line 42
  def self.first_name(options = {})
    RealName.first_names(options).pick
  end