6
votes
10answers
527 views
Why use the C# class System.Random at all instead of System.Security.Cryptography.RandomNumberGenerator?
Why would anybody use the "standard" random number generator from System.Random at all instead of always using the cryptographically secure random number generator from System.Secu …
