- Removed usage of RNG Crypto Provider and used Random Number Generator
- Fixed bug with methods that use bool and int parameters for the Password class
- Removed usage of Random and replace it with a method which uses RngCrytopServiceProvider
RandN.Core defines the core interfaces of RandN, thus is intended only to be used by those implementing a random number generator. Others should instead use the RandN package itself. RandN.Core also provides RNG implementation helpers.
A simple cross platform .NET API for Intel MKL.
Reference the MKL.NET package and required runtime packages and use the static MKL functions. The correct native libraries will be included and loaded at runtime.
Exposing functions from MKL keeping the syntax as close to the c developer reference as...
More information
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...
More information
A simple cross platform .NET API for Intel MKL.
Reference the MKL.NET package and required runtime packages and use the static MKL functions. The correct native libraries will be included and loaded at runtime.
Exposing functions from MKL keeping the syntax as close to the c developer reference as...
More information
A simple cross platform .NET API for Intel MKL.
Reference the MKL.NET package and required runtime packages and use the static MKL functions. The correct native libraries will be included and loaded at runtime.
Exposing functions from MKL keeping the syntax as close to the c developer reference as...
More information