Click or drag to resize

U01_Distribution(RandomGenerator) Constructor

Initializes a new instance of the U01_Distribution class.

Namespace: Altaxo.Calc.Probability.Old
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public U01_Distribution(
	RandomGenerator ran
)

Parameters

ran  RandomGenerator
The random number generator to use.
See Also