vector-shuffling-1.1: Algorithms for vector shuffling
VectorShuffling.Immutable
shuffle :: Vector a -> StdGen -> (Vector a, StdGen) Source #