[ANSWERED] Randomized Values Within Specified Range
-
Hi, I would like to limit the random actors range from 0-6 or whatever number. Right now if I change it, it to be 0 - 6 there are long gaps of waiting before I see a number change. Is there a way up update it so if the limits get changed it'll still output a number every time within that new range?
Thanks
-
Hi, if you change the limit max. of the Limit-Scale-Actor to 100 you get what you want.
-
-
I think there's still something a little off with random and limit scale, but shuffle works great.
Thanks
-
I don't think so, but 'shuffle' works like a charm.
-
My general approach to this is:
this gives you the range of Ints: 5 thru 15