GammaRng¶
-
class
GammaRng
¶ Gamma distributed random number generator.
-
setAlpha
()¶ (destination message field) Assigns field value.
-
getAlpha
()¶ (destination message field) Requests field value. The requesting Element must provide a handler for the returned value.
-
setTheta
()¶ (destination message field) Assigns field value.
-
getTheta
()¶ (destination message field) Requests field value. The requesting Element must provide a handler for the returned value.
-
alpha
¶ double (value field) Parameter alpha of the gamma distribution.
-
theta
¶ double (value field) Parameter theta of the Gamma distribution.
-