ID:166506
 
How to choose random number between 0.75 and 1.25 ?
Tried using rand, but it makes only 0 or 1
var/random=rand(75,125)/100
world<<random
In response to Mysame
ty