Well that doesn't help then
Anyway I fgured out A way to do it, probably isn't very efficient, but it works well enough.
Generate random number
Enter For loop that loops until 'i' = the random number, and increment 'i'
In the loop read in a line of the text.
'i' then gets incremented, and is checked if it is = to the random number
if it isn't, we carry on the loop and the next line of text is read.
That happens until 'i' = the random number.
And thus have a semi random word
(used the srand time random thingy, so it generates a random number in relation to the time since some date, so it is basically truely random
)
Thanks for attempting to help mike