Click or drag to resize
DigitalRuneDistributionTNextValue Property

Note: This API is now obsolete.

Gets a new random value for the underlying probability distribution.

Namespace: DigitalRune.Mathematics.Statistics
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
[ObsoleteAttribute("The properties Random and NextValue have been declared obsolete because the .NET class Random is not thread-safe, which can lead to problems in multithreaded applications. Use the method Next(Random) instead, which is thread-safe if used properly.")]
public T NextValue { get; }

Property Value

Type: T
A random value.
See Also