pub fn stateless_random_uniform_int<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>>(
    shape: O0,
    seed: O1,
    minval: O2,
    maxval: O3,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for StatelessRandomUniformInt::new().build(shape, seed, minval, maxval, scope).