Click or drag to resize

McmcSamplerTRandomSource Property

Gets or sets the random number generator.

Namespace: Altaxo.Calc.Statistics.Mcmc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Random RandomSource { get; set; }

Property Value

Random
Exceptions
ExceptionCondition
ArgumentNullExceptionWhen the random number generator is null.
See Also