Click or drag to resize

RandGenBinomial(Int32, Double) Constructor

Constructs a random number generator for binomial distributions using the RandGenMTwist class as the underlying uniform random number generator.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public RandGenBinomial(
	int trials,
	double probability
)

Parameters

trials  Int32
The total number of trials.
probability  Double
The probability of success on each trial.
See Also