shuffle method

I shuffle([
  1. Random? random
])

Implementation

I shuffle([Random? random]) => newInstance(iter.shuffle(random));