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: 5.1.0.0

Syntax

C#
public void SetRange(
	int lower,
	int upper
)
Visual Basic (Declaration)
Public Sub SetRange ( _
	lower As Integer, _
	upper As Integer _
)
Visual C++
public:
void SetRange(
	int lower, 
	int upper
)

Parameters

lower
Type: System..::.Int32
Lower bound.
upper
Type: System..::.Int32
Upper bound.

See Also