Rev Language Reference


r_sub

Usage

r_sub(Natural n, Distribution__Real firstDistribution, Real second)

Arguments

n : Natural (pass by value)
Number of random values to draw.
Default : 1
firstDistribution : Distribution__Real (pass by const reference)
The distribution to be transformed.
second : Real (pass by const reference)
The amount sub1ed to base random variable.

Return Type