0
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. 

1 reply

A

If you need something like that do simple math: take minimum 2000 and maximum 5000 and then divide result by 1000