Class SentenceRandomizer

All Implemented Interfaces:
Randomizer<String>

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

    • SentenceRandomizer

      public SentenceRandomizer()
      Create a new SentenceRandomizer.
    • SentenceRandomizer

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

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

    • getRandomValue

      public String getRandomValue()