 | RandomUtilsRandom Property |
Random number generator singleton.
Namespace: Slash.Math.UtilsAssembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntaxpublic static Random Random { get; }
Public Shared ReadOnly Property Random As Random
Get
public:
static property Random^ Random {
Random^ get ();
}
static member Random : Random with get
Property Value
Type:
Random
See Also