system.security.cryptography.randomnumbergenerator

.net framework

Computers are Lousy Random Number Generators

The .NET framework provides two random number generators. The first is System.Random [http://msdn2.microsoft.com/en-US/library/system.random.aspx]. But is it really random? > Pseudo-random numbers are chosen with equal probability from a finite set of numbers. The chosen numbers are not completely random because a

By Jeff Atwood ·
Comments