floating point type
if true log-scaled values are produced. ExpGamma(𝝰, 𝞫). The flag is useful when shape parameter is small (𝝰 << 1).
X ~ Gamma(𝝰, 𝞫)
auto rv = gammaVar; static assert(isRandomVariable!(typeof(rv))); import mir.random.engine; auto x = rv(rne);
import mir.random.engine; Random* gen = threadLocalPtr!Random; auto rv = GammaVariable!double(1, 1); auto x = rv(gen);
$(WIKI_D Gamma).