Click or drag to resize

BernoulliDistributionNext Method

Returns a bernoulli distributed random number.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public int Next()

Return Value

Int32
A bernoulli distributed 32-bit signed integer.
See Also