Click or drag to resize

DoubleRandomUniformDistributionSetRange 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(
	double lower,
	double upper
)

Parameters

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