GivenNameGenerator generator¶
Generate locale-aware given names, optionally constrained by gender.
Why: Use GivenNameGenerator when synthetic names must follow one regional dataset and optionally correlate with gender; use the Person entity when name, address, contact, and demographics must be coherent together.
Category: person.
Output: str.
1 | |
Parameters¶
dataset:str | null; DefaultNone— Country dataset that supplies weighted given names.gender:str | null; DefaultNone— Optional gender category used to select the corresponding name pool.