This is killing me: I used to remember a technique for accomplishing this, but now it escapes me. And I feel like someone made a function that handles this, but I can't remember who made it or where to find it. Anyway, the question:
In a new game, I'm dealing with exact dollar amounts, down to the cent. Say you have an employee, and they're going to earn hourly pay. I need to randomize their desired base pay, so say it could be between $7.50 and, I dunno, $25.00. How do you generate a random float with two digits? Or is there a command that turns an integer into a real number (or drops in a decimal point)? Sorry, this is probably just a really silly question and my brain is too tired to think it through properly... seems to be happening a lot lately, lol

.