Class StateRandomizer

All Implemented Interfaces:
Randomizer<String>

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

    • StateRandomizer

      public StateRandomizer()
      Create a new StateRandomizer.
    • StateRandomizer

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

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

    • getRandomValue

      public String getRandomValue()