How can I generate random characters or strings from a list of array
and the result is a randomly created sentence using the two arrays?
For example I have a list of array called list1=
{"Crazy","Funny","Stupid","Lazy"} and list2=
{"John","monkey","Tina","boy"}. I want to generate an output
sentence in the order list1 list2,for example Crazy Tina or Funny
monkey etc randomly.Thank you in advance.Hope somebody can help.