Hi,
I'm looking to use a RNG (random number generator) to randomise draw of cards.
I want to know if there is a way to remove a number from the pool/range once it has appear?
All help appreciated.
Develop games in your browser. Powerful, performant & highly capable.
Two plugins that can help you.
viewtopic.php?t=63557&start=0
plugin-smart-random_t163624
Or implement you own shuffle.
https://www.scirra.com/tutorials/599/si ... ay-shuffle
https://www.scirra.com/tutorials/469/im ... -algorithm