LogNormalVariable.opCall

Returns a random value of type T from the log-normal distribution using generator gen, passed by value or pointer. (community summary)

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