Click or drag to resize

IntRandomBinomialDistribution Constructor

Constructs a random number generator for a discrete binomial distribution using the default number of independent trials (100) and probability of success on each trial (0.50).

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public IntRandomBinomialDistribution()
See Also