Package org.jeasy.random.randomizers
Class LatitudeRandomizer
java.lang.Object
org.jeasy.random.randomizers.AbstractRandomizer<T>
org.jeasy.random.randomizers.FakerBasedRandomizer<String>
org.jeasy.random.randomizers.LatitudeRandomizer
- All Implemented Interfaces:
Randomizer<String>
A
Randomizer that generates random latitudes.- Author:
- Mahmoud Ben Hassine (mahmoud.benhassine@icloud.com)
-
Field Summary
Fields inherited from class org.jeasy.random.randomizers.FakerBasedRandomizer
fakerFields inherited from class org.jeasy.random.randomizers.AbstractRandomizer
random -
Constructor Summary
ConstructorsConstructorDescriptionCreate a newLatitudeRandomizer.LatitudeRandomizer(long seed) Create a newLatitudeRandomizer.LatitudeRandomizer(long seed, Locale locale) Create a newLatitudeRandomizer. -
Method Summary
Methods inherited from class org.jeasy.random.randomizers.AbstractRandomizer
getPredefinedValuesOf, nextDouble, toString
-
Constructor Details
-
LatitudeRandomizer
public LatitudeRandomizer()Create a newLatitudeRandomizer. -
LatitudeRandomizer
public LatitudeRandomizer(long seed) Create a newLatitudeRandomizer.- Parameters:
seed- the initial seed
-
LatitudeRandomizer
Create a newLatitudeRandomizer.- Parameters:
seed- the initial seedlocale- the locale to use
-
-
Method Details
-
getRandomValue
-