NegativeBinomialVariable.opCall

Generates a random ulong from the negative binomial distribution using the provided random number generator. (community summary)

  1. ulong opCall(RNG gen)
  2. ulong opCall(RNG* gen)
    struct NegativeBinomialVariable(T)
    ulong
    opCall
    (
    RNG
    )
    (
    scope RNG* gen
    )
    if (
    isFloatingPoint!T
    )