Click or drag to resize

FloatRandomUniformDistribution(Single, Single, FloatRandomUniformDistributionGenerationMethod) 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 FloatRandomUniformDistribution(
	float lower,
	float upper,
	FloatRandomUniformDistributionGenerationMethod method
)

Parameters

lower  Single
The lower bound.
upper  Single
The upper bound.
method  FloatRandomUniformDistributionGenerationMethod
The generation method to use.
See Also