const randomValue = lerp(lowestLegalValue, HighestLegalValue, Math.random()) Copy
const randomValue = lerp(lowestLegalValue, HighestLegalValue, Math.random())
lerp(at0, at1, 0) → at0
lerp(at0, at1, 0)
lerp(at0, at1, 1) → at1
lerp(at0, at1, 1)