Class FullNameRandomizer

All Implemented Interfaces:
Randomizer<String>

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

    • FullNameRandomizer

      public FullNameRandomizer()
      Create a new FullNameRandomizer.
    • FullNameRandomizer

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

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

    • getRandomValue

      public String getRandomValue()