The randtext won't randomize as it looks. You can't copy paste the word.:
\documentclass{article}
\usepackage[english]{babel}
\usepackage{randtext}
\begin{document}
this is my randomized \randomize{Random Text} here.
\end{document}
This is how pdf looks:

When you try to copy paste the entire sentence from the resulting pdf, you get:
this is my randomized
n
x
m
t
o
d
e
T
Ra
here.
This package is meant to prevent the copy paste-ability of email addresses. From documentation:

Unfortunately not all pdf readers obey this randomization. It works with sumatrapdf (for me) and not with adobe.
I compiled your code with pdfLatex on my ubuntu and default Document Viewer copied it correctly (un randomize). What is the point of this command if most of readers can reorder the text?
– Pouya Dec 24 '12 at 11:09