Is there a way to make a variable multiply randomly for example: 1D%POINTS?
?
So you want the range to be 1 to the current size of the variable?
Yes.
There is a way, but you can't directly do 1D%POINTS.
You have to use percentage. Like so:
POINTS * 1D100/100