module FFaker::LoremRU

def paragraph(sentence_count = 5)

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