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