DiscreteUniform(Int32, Int32, Random) Constructor |
Initializes a new instance of the DiscreteUniform class.
Namespace: Altaxo.Calc.DistributionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public DiscreteUniform(
int lower,
int upper,
Random randomSource
)
Parameters
- lower Int32
- Lower bound, inclusive. Range: lower ≤ upper.
- upper Int32
- Upper bound, inclusive. Range: lower ≤ upper.
- randomSource Random
- The random number generator which is used to draw random samples.
See Also