![]() | Int |
The IntRandomUniformDistribution type exposes the following members.
Name | Description | |
---|---|---|
![]() | IntRandomUniformDistribution | Constructs a random number generator with bounds 0 and 100. |
![]() | IntRandomUniformDistribution(Int32, Int32) | Constructs a random number generator with the specified lower and upper bounds. |
![]() | IntRandomUniformDistribution(Int32, Int32, IntRandomUniformDistributionGenerationMethod) | Constructs a random number generator with the specified lower and upper bounds. |
Name | Description | |
---|---|---|
![]() | Lower | Gets the lower bound. |
![]() | Method | Gets the generation method. |
![]() | Upper | Gets the upper bound. |
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. |
![]() | SetRange | Sets the bound for this distribuion. Uniform deviates will be in the interval [lower, upper]. |