These values are only applied the moment the object is created, then they're never used again. So it's impossible to use the proposed actions, because by the time you use one of these actions it's too late, the value being changed is never used.
Workaround: use 'set period' or 'set magnitude' and apply the offset and randomness yourself. For example, set the magnitude to MyMagnitude + random(MyMagnitudeRandom).