KSLCore
Toggle table of contents
R1.1.9
jvm
Platform filter
jvm
Switch theme
Search in API
KSLCore
KSLCore
/
ksl.utilities.random.rvariable
/
RVUFunction
/
RVUFunction
RVUFunction
constructor
(
theFirst
:
RVariableIfc
,
theTransform
:
(
f
:
Double
)
->
Double
=
{ f: Double -> f }
,
stream
:
RNStreamIfc
=
KSLRandom.nextRNStream()
,
name
:
String
?
=
null
)