RandomNumberGeneratorInstance Property
Gets a Random instance for generation of pseudo-random numbers.
Namespace: DevCase.Runtime.NumericsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static Random Instance { get; }
Public Shared ReadOnly Property Instance As Random
Get
Dim value As Random
value = RandomNumberGenerator.Instance
public:
static property Random^ Instance {
Random^ get ();
}
static member Instance : Random with get
No code example is currently available or this language may not be supported.
Property Value
Random