Click or drag to resize

IntRandomUniformDistribution Constructor

Constructs a random number generator with bounds 0 and 100.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
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.
See Also