Class WeibullRNG

    • Constructor Detail

      • WeibullRNG

        public WeibullRNG​(double lambda,
                          double k)
        Constructs a random number generator to sample from the Weibull distribution.
        Parameters:
        lambda - the scale parameter
        k - the shape parameter
      • WeibullRNG

        public WeibullRNG()
        Constructs a random number generator to sample from the Weibull distribution.