Completed
Random numbers in decimal
Could you make it so that the variable randomize will allow decimals. So if I set the minimum to 2.000 and the maximum to 5 it will give a number between 2 and five up to 3 decimal places. For example minimum: 3 maximum: 5.00, 3.73 would be valid, 5 would be valid, but 5.1 would not.