/** * Randomizes the positions of the characters in a string and returns the new string. * * @return CUStringObject The shuffled string. */ public function shuffle() { return CUString::shuffle($this); }