Random Number Generators for .Net written in C#
Regular use:
* MersenneTwister
3 CNG Cryptographically secure RNG:
* CTR_DRBG
* DSS
* DUAL Elliptic Curve
Concurrency:
* Thread-Safe Non-repetitive RNG
Encryption Cipher:
* Anubis (successor of Rijndael)
if you have a suggestion on how to improve the code,
i will be happy to do it