True Random Numbers?

Jan 13 2004 6:30 PM
Does anyone know how to create "true" random numbers? What I mean is that when I use Random(), I get the same sequence after a while. Random objNum = new Random(); objNum.Next(0, 9) this returns the same sequence of numbers after a very short while. I need a way to make it completely random.

Answers (1)