Represents a pseudo-random-number generator, a device that meets certain statistical requirements and produces what is known as a sequence of pseudo-random numbers.
It generates numbers chosen with equal probability from a finite set of numbers. Because a mathematical algorithm is used, the numbers are not completely random but are sufficiently random for practical uses. The random number generation starts from a "seed." If the same seed is used repeatedly, the same series of numbers will be generated unless the seed is time-dependent, thereby producing a different series for each call.
Object
Random
[Visual Basic] Public Class Random [C#] public class Random [C++] public __gc class Random [JScript] public class Random
[To be supplied.]
Namespace: System
Assembly: mscorlib.dll