Click or drag to resize
DigitalRuneRandomHelperRandom Property
Gets or sets the default random number generator.

Namespace: DigitalRune.Mathematics.Statistics
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public static Random Random { get; set; }

Property Value

Type: Random
The default random number generator.
Exceptions
ExceptionCondition
ArgumentNullException The property is set .
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