Click or drag to resize
Accord.NET (logo)

GeneralDiscreteDistribution. Generate 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 int Generate(
	Random source
)
Request Example View Source

Parameters

source
Type: System.Random
The random number generator to use as a source of randomness. Default is to use Random.

Return Value

Type: Int32
A random observations drawn from this distribution.

Implements

ISampleableDistribution<TObservations>.Generate(Random)
ISampleableDistribution<TObservations>.Generate(Random)
See Also