Introduced the new trait Shuffle that is implemented for VecDeque and shuffles it. Previously the VecDeque was shuffled with a function provided in the main utils module. Signed-off-by: trivernis <trivernis@protonmail.com>