Package org.jeasy.random.randomizers
Class FullNameRandomizer
java.lang.Object
org.jeasy.random.randomizers.AbstractRandomizer<T>
org.jeasy.random.randomizers.FakerBasedRandomizer<String>
org.jeasy.random.randomizers.FullNameRandomizer
- All Implemented Interfaces:
Randomizer<String>
A
Randomizer that generates random full names.- 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 newFullNameRandomizer.FullNameRandomizer(long seed) Create a newFullNameRandomizer.FullNameRandomizer(long seed, Locale locale) Create a newFullNameRandomizer. -
Method Summary
Methods inherited from class org.jeasy.random.randomizers.AbstractRandomizer
getPredefinedValuesOf, nextDouble, toString
-
Constructor Details
-
FullNameRandomizer
public FullNameRandomizer()Create a newFullNameRandomizer. -
FullNameRandomizer
public FullNameRandomizer(long seed) Create a newFullNameRandomizer.- Parameters:
seed- the initial seed
-
FullNameRandomizer
Create a newFullNameRandomizer.- Parameters:
seed- the initial seedlocale- the locale to use
-
-
Method Details
-
getRandomValue
-