[Mono-list] Random

Matthew S. Ford Matthew.S.Ford@Rose-Hulman.Edu
Tue, 31 Jul 2001 17:04:20 -0500


I was browsing through Microsoft's classes for dotNET and found out that 
the System.Random() is a pseudo random number generator.

Their real random number generators are in System.Security.Cryptography 
derived classes of RandomNumberGenerator.


From,

Matthew S. Ford