-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Algorithms for vector shuffling -- -- Algorithms for vector shuffling @package vector-shuffling @version 1 module VectorShuffling.Mutable shuffle :: MVector s a -> StdGen -> ST s StdGen module VectorShuffling.Immutable shuffle :: Vector a -> StdGen -> (Vector a, StdGen)