If so, feel free to e-mail me on : anunaym14@gmail.com and I will definately help you if I am able to find it. I would prefer contacting on e-mail as I am not so active here on Telegram.
Alright I have like 50 random numbers from 0 to 99, then display the ones that are multiple of 3.
There isn’t an error message I just
have to get rid of the duplicates.
Pete
After trying to find a solution i see there are two options
I can just check for duplicate, or supposedly not use rand and instead shuffle numbers and get the first 50 of them.
Anonymous
Oh
Anonymous
Maybe this helps : https://stackoverflow.com/questions/23532338/remove-duplicate-numbers-from-randomly-generated-array
Anonymous
@ssnazzy
Pete
But I’ve been on this for a while and it’s getting late and my time is getting more limited, so it’s tough for me to just learn and implement a shuffle.