toggle menu
KSLCore
R1.1.3
jvm
switch theme
search in API
KSLCore
/
ksl.utilities.random.rvariable
/
WeibullRV
/
WeibullRV
Weibull
RV
constructor
(
shape
:
Double
,
scale
:
Double
,
streamNum
:
Int
)
constructor
(
shape
:
Double
,
scale
:
Double
,
stream
:
RNStreamIfc
=
KSLRandom.nextRNStream()
,
name
:
String
?
=
null
)
Parameters
shape
the shape, must be greater than 0
scale
the scale, must be greater than 0
stream
the random number stream