Hi everyone,
I have a problem that seems really simple but I've been having a tough time with it. I want to assign random values in increments of 30, starting at 100, to some "customer" objects let's say. So, customers can have values 100, 130, 160, 190, 220 (assume 220 is the max). Now, I know...