Click or drag to resize
Accord.NET (logo)

GeometricDistributionRandom Method (Double)

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 static double Random(
	double p
)
Request Example View Source

Parameters

p
Type: SystemDouble
The probability of success.

Return Value

Type: Double
A random observations drawn from this distribution.
See Also