Click or drag to resize

UniformDistribution(Double, Double, RandomGenerator) Constructor

Initializes a new instance of the UniformDistribution class.

Namespace: Altaxo.Calc.Probability.Old
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public UniformDistribution(
	double lo,
	double hi,
	RandomGenerator ran
)

Parameters

lo  Double
One interval boundary.
hi  Double
The other interval boundary.
ran  RandomGenerator
The random number generator to use.
See Also