Click or drag to resize
Accord.NET (logo)

MetropolisHastingTRandomSource Property

Gets or sets a factory method to create random number generators used in this instance.

Namespace:  Accord.Statistics.Distributions.Sampling
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public Random RandomSource { get; set; }
Request Example View Source

Property Value

Type: Random
See Also