Click or drag to resize

IntRandomUniformDistributionSetRange Method

Sets the bound for this distribuion. Uniform deviates will be in the interval [lower, upper].

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void SetRange(
	int lower,
	int upper
)

Parameters

lower  Int32
Lower bound.
upper  Int32
Upper bound.
See Also