Zipf(Double, Int32, Random) Constructor |
Initializes a new instance of the
Zipf class.
Namespace: Altaxo.Calc.DistributionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public Zipf(
double s,
int n,
Random randomSource
)
Parameters
- s Double
- The s parameter of the distribution.
- n Int32
- The n parameter of the distribution.
- randomSource Random
- The random number generator which is used to draw random samples.
See Also