Constructs a random number generator for a discrete hypergeometric distribution
using the specified distribution parameters.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public IntRandomHypergeometricDistribution(
int lotSize,
int samplingSize,
int markedElements
) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _
lotSize As Integer, _
samplingSize As Integer, _
markedElements As Integer _
) |
| Visual C++ |
|---|
public:
IntRandomHypergeometricDistribution(
int lotSize,
int samplingSize,
int markedElements
) |
Exceptions
See Also