pub fn stateless_random_gamma_v3<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>, O4: Into<Output>>(
    shape: O0,
    key: O1,
    counter: O2,
    alg: O3,
    alpha: O4,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for StatelessRandomGammaV3::new().build(shape, key, counter, alg, alpha, scope).