NormalVariable.opCall

Generates a random variate from the normal distribution using the given generator G. (community summary)

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