NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Random Class

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

Remarks

[To be supplied.]

Requirements

Namespace: System

Assembly: mscorlib.dll

See Also

Random Members | System Namespace