Click or drag to resize

ContinuousUniformDistribution(Double, Double, Generator) Constructor

Initializes a new instance of the ContinuousUniformDistribution class with the specified lower and upper bounds, using the given Generator as underlying random number generator.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public ContinuousUniformDistribution(
	double lower,
	double upper,
	Generator generator
)

Parameters

lower  Double
Lower bound of the distribution.
upper  Double
Upper bound of the distribution.
generator  Generator
A Generator object.
Exceptions
ExceptionCondition
ArgumentNullExceptiongenerator is NULL ( in Visual Basic).
See Also