ProbabilityDistribution(RandomGenerator) Constructor |
Initialize the distribution by providing the random generator used
to produce the random values.
Namespace: Altaxo.Calc.Probability.OldAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public ProbabilityDistribution(
RandomGenerator ran
)
Parameters
- ran RandomGenerator
- The random generator used to produce the random values.
See Also