[SOLVED] Dud moment with random numbers
-
I want to use the random # generator to randomly choose a clip from a group of 15. I set the actor to min 1 max 15 and when triggered it mostly puts out 15s. Is this because it work internally on a 01-100 list? How to do this limited randomness? I thought I remembered a no-repeat random actor too, but can't find it.
Thanks
John
-
-
Terrific! Thanks - I just got a combo of random 0-100 plus a limit-value plus a float to integer working. Shuffle is better - thanks again for such a helpful and quick response.
John
-
is Shuffle the one where you can't get the same number twice without resetting it?
-
Yes. What Shuffle does is actually much like a pack of cards, it gives a card on Trigger, and when you reset the stack all numbers get added back to the stack.