pub fn random_poisson<O0: Into<Output>, O1: Into<Output>>( shape: O0, rate: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for RandomPoisson::new().build(shape, rate, scope).
RandomPoisson::new().build(shape, rate, scope)