You could use "choose". I figured this out some time ago. This operation chooses (haha) a random option form what ever you give it. You just plug it in the set text property of your textfield. So instead of saying set text to "blah" you say set text to;
choose("A", "B", "C", "......, "Z")
(this also works for playing random sounds, spawning random objects etc)