MultinomialVariable.opCall

Fills the given array with a random variate from the multinomial distribution using the provided generator. (community summary)

  1. void opCall(G gen, uint[] result)
    struct MultinomialVariable(T)
    pragma(inline, false)
    void
    opCall
    (
    G
    )
    (
    scope ref G gen
    ,
    scope uint[] result
    )
    if (
    isFloatingPoint!T
    )
  2. void opCall(G* gen, uint[] result)