CauchyVariable.opCall

Generates a random Cauchy-distributed variate of type T using generator gen. (community summary)

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