| RandomHelperRandom Property |
Gets or sets the default random number generator.
Namespace: DigitalRune.Mathematics.StatisticsAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public static Random Random { get; set; }
Public Shared Property Random As Random
Get
Set
public:
static property Random^ Random {
Random^ get ();
void set (Random^ value);
}
static member Random : Random with get, set
Property Value
Type:
Random
The default random number generator.
Exceptions Remarks
This is a global random number generator. Per default, this property is initialized with a
new instance of
Random with a time-dependent default seed.
See Also