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();
The distribution of the generated numbers is uniform: each number is equally likely to be returned.
Random Class | Random Members | System Namespace | Random Constructor Overload List