module FFaker::Lorem

def paragraph(sentence_count = 3)

def paragraph(sentence_count = 3)
  sentences(sentence_count + rand(0..2)).join(' ')
end