A common way to mask an integer $x$ in a range is to add a uniformly random integer $r$ from a much larger range. More formally, if $x$ lies in $[0,...,2^k)$ and $r$ in $[0,...,2^{k + l})$, then $$\Delta(X+R,R) < 2^{-l}.$$
Edit: I mean multiplication in $\mathbb{Z}$. If more specifically we're modelling a range $[-2^k,...,2^k)$ by mapping it into $\mathbb{Z}/n \mathbb{Z}$ for $n$ large enough to fit both ranges (and slightly more), then the sign of $x+r$ will agree with the sign of $x$, which can be useful.
In a similar setting, what is known about the statistical distance of $\Delta(X\cdot R,R)$? Again the requirement is that the sign of $x \cdot r$ agrees with that of $x$. Clearly $n$ would have to be much larger...