What are the pros and cons of using System.Security.Cryptography.RNGCryptoServiceProvider vs System.Random. I know that RNGCryptoServiceProvi
System.Security.Cryptography.RNGCryptoServiceProvider
System.Random
RNGCryptoServiceProvi
System.Random is not thread safe.