Info
Version: | 1.0.1 |
Author(s): | Tedd Hansen |
Last Update: | Thursday, November 23, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/tedd/MoreRandom |
NuGet Url: | https://www.nuget.org/packages/Tedd.MoreRandom |
Install
Install-Package Tedd.MoreRandom
dotnet add package Tedd.MoreRandom
paket add Tedd.MoreRandom
Tedd.MoreRandom Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)
Tags
This implementation is kept simple and is extensively tested.
It's goal is to meet expectation with no surprises.
RandomNumberGenerator provides crypto grade randomness, and is better known as the random generator found in System.Security.Cryptography.RNGCryptoServiceProvider. It gets random data from the operating system.