pub fn random_dataset_v2<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
    seed: O0,
    seed2: O1,
    seed_generator: O2,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for RandomDatasetV2::new().build(seed, seed2, seed_generator, scope).