GeometricVariable.opCall

Generates a random variable from the geometric distribution using a given random number generator. (community summary)

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