|
GeometricDistributionRandom Method (Double, 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 static double Random(
double p,
Random source
)
Public Shared Function Random (
p As Double,
source As Random
) As Double
Request Example
View SourceParameters
- p
- Type: SystemDouble
The probability of success. - source
- Type: SystemRandom
The random number generator to use as a source of randomness.
Default is to use Random.
Return Value
Type:
Double
A random observations drawn from this distribution.
See Also