If you mean to ignore certain words in the file, then this should work:

alias randword {
tokenize 32 $read($1,n,$r(1,$lines($1)))
var %result = $eval($ $+ $r(1,$0),2)
if $0 > 1 {
while $istok(word1 word2 word3 word4 word5 word6 etc,%result,32) { %result = $eval($ $+ $r(1,$0),2) }
}
return %result
}


New username: hixxy