|  | DistributionTNextValue Property | 
Note: This API is now obsolete.
            Gets a new random value for the underlying probability distribution.
            
 
Namespace: DigitalRune.Mathematics.StatisticsAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
 Syntax
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; }<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 ReadOnly Property NextValue As T
	Getpublic:
[ObsoleteAttribute(L"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.")]
property T NextValue {
	T get ();
}[<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.")>]
member NextValue : 'T with get
Property Value
Type: 
TA random value.
 See Also
See Also