ProbabilityDistributionGenerator Property |
Returns the random generator used by the distribution to generate the random values.
Namespace: Altaxo.Calc.Probability.OldAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public RandomGenerator Generator { get; }
Property Value
RandomGeneratorThe used random generator.
See Also