Class ParagraphRandomizer

All Implemented Interfaces:
Randomizer<String>

public class ParagraphRandomizer extends FakerBasedRandomizer<String>
A Randomizer that generates random paragraphs.
Author:
Mahmoud Ben Hassine (mahmoud.benhassine@icloud.com)
  • Constructor Details

    • ParagraphRandomizer

      public ParagraphRandomizer()
      Create a new ParagraphRandomizer.
    • ParagraphRandomizer

      public ParagraphRandomizer(long seed)
      Create a new ParagraphRandomizer.
      Parameters:
      seed - the initial seed
    • ParagraphRandomizer

      public ParagraphRandomizer(long seed, Locale locale)
      Create a new ParagraphRandomizer.
      Parameters:
      seed - the initial seed
      locale - the locale to use
  • Method Details

    • getRandomValue

      public String getRandomValue()