Description
The CzechiaNameGen Generator generates different types of Czechia names (first, last, male, female). There are 152 male names, 383 female names, and 1,123 last names. This provides 600,805 possible name combinations.
Parameters
The following parameters may be configured for the CzechiaNameGen Generator. Items with an asterisk* are required.
Enforce Type/Limit - When enabled, it makes sure to generate the data within data size.
nameType* - Determine what types of names are generated. The choices are:
lastName - Last names only.
firstName - Combines male and female names.
maleName - Male first names only.
femaleName - Female first names only.
caseType* - Determines how the characters in each name will be cased.
capitalize
lowerCase
upperCase
sortOrder* - Determines the order in which the names will be generated. The choices are:
random
ascending
descending
seed - Using the seed will ensure that the same random data is generated each time data is generated.
waitAmount* - Defines the number of iterations the Generator should wait (pause) before moving to the next value in the list.