Class CountryRandomizer

All Implemented Interfaces:
Randomizer<String>

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

    • CountryRandomizer

      public CountryRandomizer()
      Create a new CountryRandomizer.
    • CountryRandomizer

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

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

    • getRandomValue

      public String getRandomValue()