I wish to create a Name Generator yunno 'Fred Smith' 'Joe Blog' etc
in other words a Firtsname and a Sirname for fictional characters
Would anybody have an idea as to how to go about this?
Printable View
I wish to create a Name Generator yunno 'Fred Smith' 'Joe Blog' etc
in other words a Firtsname and a Sirname for fictional characters
Would anybody have an idea as to how to go about this?
I would get a list of first and last names and perhaps store them in a some sort of collection. Then I would use the random class to pick a random first and last name. As for actually generating names from nothing... well i can't immagine that would be an easy task if it is even possible.
Thankyou