Class TimeZoneRandomizer

  • All Implemented Interfaces:
    Randomizer<java.util.TimeZone>

    public class TimeZoneRandomizer
    extends AbstractRandomizer<java.util.TimeZone>
    Generate a random TimeZone.
    Author:
    Pascal Schumacher (https://github.com/PascalSchumacher)
    • Constructor Detail

      • TimeZoneRandomizer

        public TimeZoneRandomizer​(long seed)
        Create a new TimeZoneRandomizer.
        Parameters:
        seed - initial seed
    • Method Detail

      • getRandomValue

        public java.util.TimeZone getRandomValue()
        Description copied from interface: Randomizer
        Generate a random value for the given type.
        Returns:
        a random value for the given type