I need random numbers like
0.624, 1.035, 0.869, 1.324 (three decimal places)
what I am using is
"0.$(($RANDOM%1000+500))"