SimplexVariable.opCall

Fills result array with random simplex variates using generator gen (pass by value or pointer). (community summary)

  1. void opCall(G gen, T[] result)
  2. void opCall(G* gen, T[] result)
    struct SimplexVariable(T)
    void
    opCall
    (
    G
    )
    (
    scope G* gen
    ,
    scope T[] result
    )
    if (
    isFloatingPoint!T
    )