Tedd.MoreRandom by Tedd Hansen

<PackageReference Include="Tedd.MoreRandom" Version="1.0.1" />

.NET API 7,168 bytes

 Tedd.MoreRandom 1.0.1

Tedd.MoreRandom.Random is a crypto grade random generator replacement for System.Random. 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.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Tedd.MoreRandom</id>
    <version>1.0.1</version>
    <authors>Tedd Hansen</authors>
    <owners>Tedd Hansen</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://opensource.org/licenses/MIT</licenseUrl>
    <projectUrl>https://github.com/tedd/MoreRandom</projectUrl>
    <iconUrl>http://github.com/contoso/UsefulStuff/nuget_icon.png</iconUrl>
    <description>Tedd.MoreRandom.Random is a crypto grade random generator replacement for System.Random.

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.</description>
    <releaseNotes>Added GetByteArray</releaseNotes>
    <copyright>Copyright © 2017 Tedd Hansen</copyright>
    <tags>random rnd rng randomnumbergenerator</tags>
    <repository type="Git" url="https://github.com/tedd/MoreRandom" />
    <dependencies>
      <group targetFramework=".NETStandard1.3">
        <dependency id="NETStandard.Library" version="1.6.1" exclude="Build,Analyzers" />
      </group>
    </dependencies>
    <title>Tedd.MoreRandom</title>
    <summary>Crypto grade random generator replacement for System.Random.</summary>
  </metadata>
</package>