RandDistStats constructor

RandDistStats(
  1. double mean,
  2. double variance,
  3. double skewness,
  4. double kurtois,
  5. double std,
)

Implementation

RandDistStats(
    this.mean, this.variance, this.skewness, this.kurtois, this.std);