In the data generator, when using the FirstName and LastName functions to generate random names, is it possible to control whether a generated name is male or female?
I can generate gender using "List('M','F')" and I can generate a name using FirstName and LastName...but it's total pot luck as to whether the generated name is a guy's name or a girl's name. For example, the gender might be "M" but the associated name that's generated could be MAUREEN ALLAN.
Is this possible at all?
I can generate gender using "List('M','F')" and I can generate a name using FirstName and LastName...but it's total pot luck as to whether the generated name is a guy's name or a girl's name. For example, the gender might be "M" but the associated name that's generated could be MAUREEN ALLAN.
Is this possible at all?