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 Constructor ()

Initializes an instance of the random number generator, using the default seed, which is based on the date and time and will vary from call to call.

[Visual Basic]
Overloads Public Sub New()
[C#]
public Random();
[C++]
public: Random();
[JScript]
public function Random();

Remarks

The distribution of the generated numbers is uniform: each number is equally likely to be returned.

See Also

Random Class | Random Members | System Namespace | Random Constructor Overload List