UniformVariable.opCall

Generates a random variable of type T from a uniform distribution using generator gen. (community summary)

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