Let's assume all operations are done on $\mathtt{F}_p$$\mathbb{Z}_p$ where $p$ is a large non-prime number.
To mask a value: $a$, we do the following:
1- pick a uniformly random value: $r$, from the field.
2- do as follows: $c= r+a \bmod p$.
Pick a uniformly random value: $r$, from the ring.
Do as follows: $c= r+a \bmod p$.
Question: isIs the above one-time pad secure?