Class IsbnRandomizer

All Implemented Interfaces:
Randomizer<String>

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

    • IsbnRandomizer

      public IsbnRandomizer()
      Create a new IsbnRandomizer.
    • IsbnRandomizer

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

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

    • getRandomValue

      public String getRandomValue()