can you make rand() do decimals like pick between 1.2, and 1.7? I can't seem to get itto work...
ID:266604
Apr 18 2002, 7:12 pm
|
|
In response to AbyssDragon
|
|
haha thanks sorry I was drawing a blank :)
|
rand(12, 17)/10
[Edit:] Also, if you want two decimal places:
rand(120, 170)/100
-AbyssDragon