Int |
public IntRandomHypergeometricDistribution( int lotSize, int samplingSize, int markedElements )
| Exception | Condition |
|---|---|
| InvalidArgumentException | Thrown if the lot size is less than 0, or the sampling size or number of marked elements is greater than the lot size. |