Hello,
I want to have a random int number between 4 and 8.
Right now I'm using arc4random and I wrote it in my init method but the thing is that I get always the same number. For example if by the time I started the scene the number was 5, it is always 5 throughout the scene.
Do I have to put that code inside a method?