dist

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto dist(T1 a, T2 b, Rng rng)
  2. auto ref dist(R p, B t, B f, Rng rng)
    ref
    dist
    (
    string name
    R
    B
    Rng
    )
    (
    R p
    ,
    auto ref B t
    ,
    auto ref B f
    ,
    ref Rng rng
    )
    if (
    (
    name == "ber" ||
    name == "bernoulli"
    )
    &&
    is(R : real)
    &&
    isUniformRNG!Rng
    )
  3. R dist(R lambda, Rng rng)
  4. R dist(Rng rng)
  5. R dist(R mu, R sigma, Rng rng)
  6. template dist(string name, Params...)

Meta