Initializes an instance of the random number generator, using the specified seed.
[Visual Basic] Overloads Public Sub New( _ ByVal Seed As Integer _ ) [C#] public Random( int Seed ); [C++] public: Random( int Seed ); [JScript] public function Random( Seed : int );
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