Just a quick question, is there a function which allows you to randomly select whole number multiples of a number?
eg. If number is 128, function will randomly pick one of these numbers 2,4,8,16,32,64.
randomDividers.capx
Develop games in your browser. Powerful, performant & highly capable.
Sorry for the late reply, after some thinking I eventually found an alternative to using random multiples and forgot to check back. The solution was helpful though, it was quite a neat trick :)
Thanks anyway!