WeibullVariable.opCall

Generates a random variate from the Weibull distribution using the random generator gen. (community summary)

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