Click or drag to resize

PoissonDistributionGetRandomValue Method

Produces a random integer drawn from the distribution.

Namespace:  Meta.Numerics.Statistics.Distributions
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public override int GetRandomValue(
	Random rng
)

Parameters

rng
Type: SystemRandom
A random number generator.

Return Value

Type: Int32
A random integer drawn from the distribution.
See Also