Info
Version: | 1.2.2 |
Author(s): | Mark Rogers |
Last Update: | Monday, October 17, 2016 |
.NET Fiddle: | Online Example |
Project Url: | https://github.com/m4bwav/DotNetRandomNameGenerator |
NuGet Url: | https://www.nuget.org/packages/RandomNameGeneratorLibrary |
Install
Install-Package RandomNameGeneratorLibrary
dotnet add package RandomNameGeneratorLibrary
paket add RandomNameGeneratorLibrary
RandomNameGeneratorLibrary Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.0
No dependencies.
- NETStandard.Library(>= 1.6.0)
The library allows you to get random first and last names or both and you can get male and female first names. You can also generate random place names as well. To access this functionality create a NameGenerator in namespace RandomNameGenerator, and call one of the functions like GenerateRandomFirstAndLastName(). The functions names describe literally and simply what those functions do.
Examples at github project site: https://github.com/m4bwav/DotNetRandomNameGenerator.