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(
	double lower,
	double upper
)
Visual Basic (Declaration)
Public Sub SetRange ( _
	lower As Double, _
	upper As Double _
)
Visual C++
public:
void SetRange(
	double lower, 
	double upper
)

Parameters

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

See Also