FisherFVariable.opCall

Generates a random variate from the Fisher F‑distribution using the given random generator. (community summary)

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