Hello, I am not sure if anyone will understand what I am asking for, but here goes anyway: I am looking for a way to generate a list of tuples with random values; something like the range function except I want to have a list of tuples rather than integers. I would also like it to generate the item values randomly since I will be using this for a unit test so I want the values to be quite random.
Hope you guys understand what I'm looking for and thanks in advance.