Lorem

Returns random text, either words or sentences or paragraphs.

API

Lorem.java
class Lorem {
  Lorem(FakeDataService fakeDataService)
  List<String> words(int num)
  List<String> words()
  String sentence(int wordCount)
  String sentence()
  String paragraph(int sentenceCount)
  String paragraph()
  List<String> paragraphs(int paragraphCount)
}