More than twenty years ago when I was a teenage computer geek, I wrote a Windows program for randomly generating fantasy names. It would take lists of names, process them, and generate new names having the same style… sort of like what artificial intelligence does today.
I wrote up a full explanation including the downloadable Windows app.
I want to rewrite the random name generator, which I call NameGen, as a Javascript-based web app.
I threw together a bare-bones proof-of-concept of the Web version of NameGen, which you can find at apps.stormshock.com/namegen.
Leave a Reply