The Scramble function produces a permutation of a string.
> Scramble('I am all mixed up');
I uep mmlldi aax
> Scramble('I am all mixed up');
u pm la liIda xem
Like the CreateRandPermutation function, Scramble uses the same seed as the function Rand. Issuing either SetRand or SetRandSeed effects the generated sequence.