# File lib/randexp/randgen.rb, line 61
  def self.paragraph(options = {})
    ((options[:length] || SENTENCES_PER_PARAGRAPH.pick).of { sentence } * ".  ") + "."
  end