|   | 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
Syntaxpublic Random RandomSource { get; set; }Public Property RandomSource As Random
	Get
	Set
Property Value
Type: 
Random See Also
See Also