6 packages tagged with “RandomNumberGenerator”
CryptoRandom: modern, fast, safe, cryptographically strong replacement for Random and RandomNumberGenerator. .NET 5 and up.
A class which generate an array of random bytes as securely as possible.
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.
Provides a few useful overrides of the System.Random class.
Some useful algorithms that are compatible with Hastlayer and thus can be used in hardware too. See the project website for detailed documentation.
Various helpful RandomNumberGenerator extension methods