Click or drag to resize

DoubleRandomUniformDistribution(Double, Double, DoubleRandomUniformDistributionGenerationMethod) Constructor

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

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

Parameters

lower  Double
The lower bound.
upper  Double
The upper bound.
method  DoubleRandomUniformDistributionGenerationMethod
The generation method to use.
See Also