Constructs a random number generator with bounds 0 and 100.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public IntRandomUniformDistribution() |
| Visual Basic (Declaration) |
|---|
Public Sub New |
| Visual C++ |
|---|
public: IntRandomUniformDistribution() |
Remarks
Generates random numbers uniformly distributed over the interval [a, b), where a, b are the left
and right bounds of the interval respectively.