Class WordRandomizer

All Implemented Interfaces:
Randomizer<String>

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

    • WordRandomizer

      public WordRandomizer()
      Create a new WordRandomizer.
    • WordRandomizer

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

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

    • getRandomValue

      public String getRandomValue()