const randRange = (low, high) => Math.random() * (high - low) + low;