RandomNameGeneratorLibrary 1.2.2
Install-Package RandomNameGeneratorLibrary -Version 1.2.2
dotnet add package RandomNameGeneratorLibrary --version 1.2.2
<PackageReference Include="RandomNameGeneratorLibrary" Version="1.2.2" />
paket add RandomNameGeneratorLibrary --version 1.2.2
#r "nuget: RandomNameGeneratorLibrary, 1.2.2"
// Install RandomNameGeneratorLibrary as a Cake Addin
#addin nuget:?package=RandomNameGeneratorLibrary&version=1.2.2
// Install RandomNameGeneratorLibrary as a Cake Tool
#tool nuget:?package=RandomNameGeneratorLibrary&version=1.2.2
The library contains a stripped down lists of human names from the US Census names list, and a list of place names from another census list. 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
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.0
- No dependencies.
-
.NETStandard 1.6
- NETStandard.Library (>= 1.6.0)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on RandomNameGeneratorLibrary:
Package | Downloads |
---|---|
shubcasinocommon
ShubCasino Common |
|
IntechCommon
Intech Common Lib |
|
SchoolTest
Package Description |
|
Orchid.Engine.Core
Engine to run a text-based management game. |
|
DAP.Utils
Package Description |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on RandomNameGeneratorLibrary:
Repository | Stars |
---|---|
JonPSmith/EfCore.TestSupport
Tools for helping in unit testing applications that use Entity Framework Core
|