Makes a property's value randomly vary by up to a given maximum from the property's base value. In other words, if p is the property's base value and max is the maximum difference, the property's modified value will be between p - max and p + max.
p
max
p - max
p + max
Readonly
Optional
Makes a property's value randomly vary by up to a given maximum from the property's base value. In other words, if
p
is the property's base value andmax
is the maximum difference, the property's modified value will be betweenp - max
andp + max
.