The Random object.

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public Random Random { get; set; }
Visual Basic (Declaration)
Public Property Random As Random
Visual C++
public:
property Random^ Random {
	Random^ get ();
	void set (Random^ value);
}

Field Value

A Random object used in breaking ties.

See Also