let i = 1
let f = 0.5
let plus = i + f
let minus = i - f

let r = Math.random()
let ri = Math.randomRange(5, 10)

