Array.from({length: n}, () => +(Math.random() * (2.8 - 0.15) - 0.15).toFixed(5)
max 2.8 min 0.15인 더미 ecg를 그릴때 필요 (너무 난수라 ecg가 정확하게 나오지 않고 noise로 나옴)