Click or drag to resize

DoubleRandomUniformDistribution(Double, Double) Constructor

Constructs a random number generator with the specified lower and upper bounds.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleRandomUniformDistribution(
	double lower,
	double upper
)

Parameters

lower  Double
The lower bound.
upper  Double
The upper bound.
See Also