KSLCore
Toggle table of contents
R1.3
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KSLCore
KSLCore
/
ksl.modeling.supplychain.spec
/
RVSpec
/
Lognormal
Lognormal
@
Serializable
@
SerialName
(
value
=
"lognormal"
)
data
class
Lognormal
(
val
mean
:
Double
,
val
variance
:
Double
,
val
stream
:
Int
)
:
RVSpec
(
source
)
Lognormal with the given
mean
,
variance
and
stream
.
Members
Constructors
Lognormal
Link copied to clipboard
constructor
(
mean
:
Double
,
variance
:
Double
,
stream
:
Int
)
Properties
mean
Link copied to clipboard
val
mean
:
Double
stream
Link copied to clipboard
val
stream
:
Int
variance
Link copied to clipboard
val
variance
:
Double