Click or drag to resize
Accord.NET (logo)

GammaDistributionGenerate Method (Random)

Generates a random observation from the current distribution.

Namespace:  Accord.Statistics.Distributions.Univariate
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public override double Generate(
	Random source
)
Request Example View Source

Parameters

source
Type: SystemRandom

Return Value

Type: Double
A random observations drawn from this distribution.

Implements

ISampleableDistributionTObservationsGenerate(Random)
ISampleableDistributionTObservationsGenerate(Random)
See Also