pub fn random_shuffle<O0: Into<Output>>( value: O0, scope: &mut Scope, ) -> Result<Operation>
Shorthand for RandomShuffle::new().build(value, scope).
RandomShuffle::new().build(value, scope)