Returns a new shuffled series.
Series shuffle({int? seed, dynamic hint}) => RustLib.instance.api.seriesShuffle( that: this, seed: seed, );