Just a question on randomization.
I have three main (blocks) of actions, for example:
1) like,
2) comment,
3) contact.
After I've logged in, I need to randomize the order of all three main actions, i.e. 2,1,3 or 3,1,2, etc. All actions can only be done once.
I'm unable to come up with a...