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
/
Uniform
Uniform
@
Serializable
@
SerialName
(
value
=
"uniform"
)
data
class
Uniform
(
val
min
:
Double
,
val
max
:
Double
,
val
stream
:
Int
)
:
RVSpec
(
source
)
Continuous uniform on
[min, max]
with the given
stream
.
Members
Constructors
Uniform
Link copied to clipboard
constructor
(
min
:
Double
,
max
:
Double
,
stream
:
Int
)
Properties
max
Link copied to clipboard
val
max
:
Double
min
Link copied to clipboard
val
min
:
Double
stream
Link copied to clipboard
val
stream
:
Int