Logistic(Random) Constructor |
Initializes a new instance of the Logistic class. This is a logistic distribution with mean 0.0
and scale 1.0. The distribution will be initialized with the default
random number generator.
Namespace: Altaxo.Calc.DistributionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public Logistic(
Random randomSource
)
Parameters
- randomSource Random
- The random number generator which is used to draw random samples.
See Also