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); } |