The Random object.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public Random Random { get; set; }
Public Property Random As Random
Get
Set
public:
property Random^ Random {
Random^ get ();
void set (Random^ value);
}
member Random : Random with get, set
Property Value
Type:
Random
A
Random object used in breaking ties.
See Also