Returns a random integer from a Poisson distribution with mean lambda (λ).
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static int Poisson(
double lambda
)
Parameters
- lambda
- Type: SystemDouble
lambda (λ) the mean of the Poisson distribution
Return Value
Type:
Int32a random integer from a Poisson distribution with mean
lambdaExceptions See Also