BetaVariable.opCall

Generates a random sample from the beta distribution using generator gen and returns it as type T. (community summary)

  1. T opCall(G gen)
    struct BetaVariable(T)
    T
    opCall
    (
    G
    )
    (
    scope ref G gen
    )
    if (
    isFloatingPoint!T
    )
  2. T opCall(G* gen)