This plugin generates non-repeating integers within a given range, and will cycle with a given threshold to not repeat within that threshold.
I Tried to use the plugin to pull a card out of 40 available from 4 different categories (so total is 160 cards).
It doesnt seems to work the way I was excepting as if I just do a test with 4 cards in each category, the same card eventually come back again when I choose start:1, end:4, threshold:4 before other cards was pulled.
Should I have 4 time each the same plugin in the project (one for each category) to solve this problem?