ExtremeValueVariable.opCall

Generates an extreme value distributed random variate of type T using generator gen. (community summary)

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