Class LastNameRandomizer

All Implemented Interfaces:
Randomizer<String>

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

    • LastNameRandomizer

      public LastNameRandomizer()
      Create a new LastNameRandomizer.
    • LastNameRandomizer

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

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

    • getRandomValue

      public String getRandomValue()