Class YearMonthRandomizer

java.lang.Object
org.jeasy.random.randomizers.time.YearMonthRandomizer
All Implemented Interfaces:
Randomizer<YearMonth>

public class YearMonthRandomizer extends Object implements Randomizer<YearMonth>
A Randomizer that generates random YearMonth.
Author:
Mahmoud Ben Hassine ([email protected])
  • Constructor Details

    • YearMonthRandomizer

      public YearMonthRandomizer()
      Create a new YearMonthRandomizer.
    • YearMonthRandomizer

      public YearMonthRandomizer(long seed)
      Create a new YearMonthRandomizer.
      Parameters:
      seed - initial seed
  • Method Details