YAMP.RandwFunction.Weibull C# (CSharp) Method

Weibull() private method

private Weibull ( ) : Double
return Double
        Double Weibull()
        {
            return Weibull(1.0, 1.0);
        }

Same methods

RandwFunction::Weibull ( Double lambda, Double k ) : Double
RandwFunction