KSLCore
Toggle table of contents
R1.2.1
jvm
Platform filter
jvm
Switch theme
Search in API
KSLCore
KSLCore
/
ksl.simulation
/
ModelElement
/
BernoulliPicker
Bernoulli
Picker
fun
<
T
>
BernoulliPicker
(
successProbability
:
Double
,
successOption
:
T
,
failureOption
:
T
,
streamNum
:
Int
=
0
)
:
BernoulliPicker
<
T
>