Click or drag to resize

RandomGeneratorMaximum Property

The maximum value of the random number which can be returned.

Namespace: Altaxo.Calc.Probability.Old
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public uint Maximum { get; }

Property Value

UInt32
Maximal possible value of the generated random number.
See Also