Interfaced with rngWeibull
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=r64), | intent(inout) | :: | this | Draw from Weibull distribution |
||
real(kind=r64), | intent(in) | :: | lambda | Scale of the distribution |
||
real(kind=r64), | intent(in) | :: | k | Shape of the distribution |
Interfaced with rngWeibull
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=r64), | intent(inout) | :: | this(:) | Draw from Weibull distribution |
||
real(kind=r64), | intent(in) | :: | lambda | Scale of the distribution |
||
real(kind=r64), | intent(in) | :: | k | Shape of the distribution |
Interfaced with rngWeibull
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=r64), | intent(inout) | :: | this(:,:) | Draw from Weibull distribution |
||
real(kind=r64), | intent(in) | :: | lambda | Scale of the distribution |
||
real(kind=r64), | intent(in) | :: | k | Shape of the distribution |
Interfaced with rngWeibull
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=r64), | intent(inout) | :: | this(:,:,:) | Draw from Weibull distribution |
||
real(kind=r64), | intent(in) | :: | lambda | Scale of the distribution |
||
real(kind=r64), | intent(in) | :: | k | Shape of the distribution |