toggle menu
KSLCore
R1.1.3
jvm
switch theme
search in API
KSLCore
/
ksl.utilities.random.rvariable
/
RVFunction
/
RVFunction
RVFunction
constructor
(
theFirst
:
RVariableIfc
,
theSecond
:
RVariableIfc
,
theTransform
:
(
f
:
Double
,
s
:
Double
)
->
Double
=
{ f: Double, s: Double -> f + s }
,
stream
:
RNStreamIfc
=
KSLRandom.nextRNStream()
,
name
:
String
?
=
null
)