IMSL C# Numerical Library

Random Constructor

Constructor for the Random number generator class.

Overload List

Constructor for the Random number generator class.

public Random();

Constructor for the Random number generator class with an alternate basic number genrator.

public Random(BaseGenerator);

Constructor for the Random number generator class with supplied seed.

public Random(int);

See Also

Random Class | Imsl.Stat Namespace