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)