pub fn random_dataset<O0: Into<Output>, O1: Into<Output>>( seed: O0, seed2: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for RandomDataset::new().build(seed, seed2, scope).
RandomDataset::new().build(seed, seed2, scope)