public class LastNameRandomizer extends FakerBasedRandomizer<java.lang.String>
Randomizer that generates random last names.fakerrandom| Constructor and Description |
|---|
LastNameRandomizer()
Create a new
LastNameRandomizer. |
LastNameRandomizer(long seed)
Create a new
LastNameRandomizer. |
LastNameRandomizer(long seed,
java.util.Locale locale)
Create a new
LastNameRandomizer. |
| Modifier and Type | Method and Description |
|---|---|
static LastNameRandomizer |
aNewLastNameRandomizer()
Create a new
LastNameRandomizer. |
static LastNameRandomizer |
aNewLastNameRandomizer(long seed)
Create a new
LastNameRandomizer. |
static LastNameRandomizer |
aNewLastNameRandomizer(long seed,
java.util.Locale locale)
Create a new
LastNameRandomizer. |
java.lang.String |
getRandomValue() |
getPredefinedValuesOf, nextDouble, toStringpublic LastNameRandomizer()
LastNameRandomizer.public LastNameRandomizer(long seed)
LastNameRandomizer.seed - the initial seedpublic LastNameRandomizer(long seed,
java.util.Locale locale)
LastNameRandomizer.seed - the initial seedlocale - the locale to usepublic static LastNameRandomizer aNewLastNameRandomizer()
LastNameRandomizer.LastNameRandomizerpublic static LastNameRandomizer aNewLastNameRandomizer(long seed)
LastNameRandomizer.seed - the initial seedLastNameRandomizerpublic static LastNameRandomizer aNewLastNameRandomizer(long seed, java.util.Locale locale)
LastNameRandomizer.seed - the initial seedlocale - the locale to useLastNameRandomizerpublic java.lang.String getRandomValue()
Copyright © 2019. All Rights Reserved.