RyanJuan.Lahkesis

Contains two major parts. One is RNGRandom, a random number generator base on System.Security.Cryptography.RNGCryptoServiceProvider that is thread-safe, avoid modulo bias, and safely handle edge cases; The other one is extension methods of all numeric type for System.Random, or whoever inherit from System.Random.


Keywords
Random, RNG, Generator, RNGCryptoServiceProvider, Extension, ThreadSafe, ModuloBias
License
MIT
Install
Install-Package RyanJuan.Lahkesis -Version 1.0.0-rc30721

Documentation

Lahkesis