ExponentialDistribution(Double, RandomGenerator) Constructor |
Namespace: Altaxo.Calc.Probability.OldAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic ExponentialDistribution(
double mean,
RandomGenerator ran
)
Parameters
- mean Double
- The mean of the distribution.
- ran RandomGenerator
- The random number generator to use.
See Also