Class LatitudeRandomizer

  • All Implemented Interfaces:
    org.jeasy.random.api.Randomizer<java.lang.String>

    public class LatitudeRandomizer
    extends FakerBasedRandomizer<java.lang.String>
    A Randomizer that generates random latitudes.
    Author:
    Mahmoud Ben Hassine (mahmoud.benhassine@icloud.com)
    • Constructor Detail

      • LatitudeRandomizer

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

        public LatitudeRandomizer​(long seed,
                                  java.util.Locale locale)
        Create a new LatitudeRandomizer.
        Parameters:
        seed - the initial seed
        locale - the locale to use
    • Method Detail

      • getRandomValue

        public java.lang.String getRandomValue()