Random Name Generator .Net Library
While I was working on my current project, I found I needed the ability to generate a name randomly. Pretty simple task, but I have been unable to google a free .net random name generating library that I could use. After reading this question, I came to the conclusion that no such library exists. So I decided to make one myself, and give it out for free in the hopes that it might generate a few hits.
You can try it out right here:
:
Click To Generate
:
Click To Generate
You can get the library using nuget (Nuget Project Page), or you can download a zip file containing the DLL here.
Tags
First posted on 1/3/2015 6:17:37 PM