A
Anonymous
Guest
c2i said:Hi
I'm looking for a function of some sort that can randomize a text
Lets say i have the text "Hello World"
After running the function i want it to show:
"fdsik dfsal" or "fds8d bx01s" <-- random
Anyone know how this can be done?
hi there,
what do you mean by "ramdomize"? Do you mean to randomly put the letters of the current phrase into a random position, or do you mean to randomly replace the current letters by other letters? And if so then do you need your program to remember which letter was replaced by which letter?