pub fn stateful_random_binomial<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>, O4: Into<Output>>(
    resource: O0,
    algorithm: O1,
    shape: O2,
    counts: O3,
    probs: O4,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for StatefulRandomBinomial::new().build(resource, algorithm, shape, counts, probs, scope).