StudentTVariable.opCall

Returns a random value from the Student's t-distribution using the given random generator. (community summary)

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