Posts by Karine • 41 points
1 post
-
4
votes1
answer166
viewsQ: Math.Running defining minimum and maximum values other than 0
I’m trying to set the minimum and maximum value, using Math.random() * (max - min) + min;, for example, informing on the Html page the minimum = 10 and the maximum = 20, but the results are always…