public class LatitudeRandomizer extends FakerBasedRandomizer<java.lang.String>
Randomizer that generates random latitudes.fakerrandom| Constructor and Description |
|---|
LatitudeRandomizer()
Create a new
LatitudeRandomizer. |
LatitudeRandomizer(long seed)
Create a new
LatitudeRandomizer. |
LatitudeRandomizer(long seed,
java.util.Locale locale)
Create a new
LatitudeRandomizer. |
| Modifier and Type | Method and Description |
|---|---|
static LatitudeRandomizer |
aNewLatitudeRandomizer()
Create a new
LatitudeRandomizer. |
static LatitudeRandomizer |
aNewLatitudeRandomizer(long seed)
Create a new
LatitudeRandomizer. |
static LatitudeRandomizer |
aNewLatitudeRandomizer(long seed,
java.util.Locale locale)
Create a new
LatitudeRandomizer. |
java.lang.String |
getRandomValue() |
getPredefinedValuesOf, nextDouble, toStringpublic LatitudeRandomizer()
LatitudeRandomizer.public LatitudeRandomizer(long seed)
LatitudeRandomizer.seed - the initial seedpublic LatitudeRandomizer(long seed,
java.util.Locale locale)
LatitudeRandomizer.seed - the initial seedlocale - the locale to usepublic static LatitudeRandomizer aNewLatitudeRandomizer()
LatitudeRandomizer.LatitudeRandomizerpublic static LatitudeRandomizer aNewLatitudeRandomizer(long seed)
LatitudeRandomizer.seed - the initial seedLatitudeRandomizerpublic static LatitudeRandomizer aNewLatitudeRandomizer(long seed, java.util.Locale locale)
LatitudeRandomizer.seed - the initial seedlocale - the locale to useLatitudeRandomizerpublic java.lang.String getRandomValue()
Copyright © 2019. All Rights Reserved.