I want to generate a random number between 0 and 59 but I dont want some numbers like the 3 and 5. There's a way to make exceptions in the generation of the number?
I mean something like: round(random(0,59)) exceptt -> 3,5
Thanks.
PD: I tried to post this 2 times but the forum didnt let me, so if it appears 3 times is for that.