GammaVariable.opCall

Generates a random sample of type T from a Gamma distribution using generator G. (community summary)

  1. T opCall(G gen)
    struct GammaVariable(T, bool Exp = false)
    T
    opCall
    (
    G
    )
    (
    scope ref G gen
    )
    if (
    isFloatingPoint!T
    )
  2. T opCall(G* gen)