So for example I have:
set global('reward') - random(100).
And player already got numbers 2,4 and 7 for example.
How do I do so that when player rolls random number again these 3 numbers are excluded?
Thanks in advice. Need this one for my Ludum Dare project.