I would like to create several lists filled with variables from x to y and then another cell to randomize all the lists upon clicking, how?

Example:
List one: numbers from 5-20
List two: % from 20-80
List three: one of 4 statements (ex: I like turtles / I like cats / I like dogs /I like snakes)

Cell (or some way) to randomize the things in the lists:

So when clicked, I would like to see something like this

List one: 13
List two: 64%
List three: I like snakes

How to do that, is it possible? Please help me