IMSL C# Numerical Library

Random Constructor (Int32)

Constructor for the Random number generator class with supplied seed.

public Random(
   int seed
);

Parameters

seed
A int which represents the random number generator seed.

See Also

Random Class | Imsl.Stat Namespace | Random Constructor Overload List