Click or drag to resize

FloatRandomUniformDistributionSetRange 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(
	float lower,
	float upper
)

Parameters

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