How would I generate a random number between 5 and 8 but with two digit decimal behind it?
I saw how to do it with a single decimal point. And I can do a very large one and then truncate it, but is there an easier way?

Thank you