![]() | Int |
The IntRandomBernoulliDistribution type exposes the following members.
Name | Description | |
---|---|---|
![]() | IntRandomBernoulliDistribution | Constructs a random number generator for a discrete binomial distribution using the default 0.50 probability of success on each trial. |
![]() | IntRandomBernoulliDistribution(Double) | Constructs a random number generator for a discrete binomial distribution using the specified probability of success on each trial. |
Name | Description | |
---|---|---|
![]() | Probability | Gets the probability of success on each trial. |
Name | Description | |
---|---|---|
![]() | Clone | Creates a deep copy of this random number generator. |
![]() | Fill | Uses the given random number stream to fill the given array of integers with random values. |