by GPI


A simple name generator that should generate reasonably pronounceable names.
From a list of approximately 9,000 first names, I created a 26 x 26 table. This table contains the number of times a letter follows another letter.
The name is then generated by selecting a letter and determining the next letter based on its probability.
edit: stupid mistake in the data-creation - update. Should now generate better names. Also enforce that a vocal is on the first or second place.
[Please log in to post a comment]