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