Enums§
- Sex
- Sex type used as a parameter to determine whether the names generated should be male or female.
Functions§
- first_
name - Return a random first name of the given Sex, e.g.
Sex::Female
orSex::Male
. - sex
- Return a random Sex of Male or Female.
- surname
- Return a random surname in all caps.