> Just one more question - > > <snip> > since the default random number generator blows. > </snip> > > I assume you are saying System.Random blows, not > System.Security.Cryptography.RandomNumberGenerator. > > Is this correct?
Right. Although RandomNumberGenerator is just the abstract base. RNGCryptoServiceProvider is what you'll actually use. You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.
