Hello.

On power up, I need to get some random numbers.

I'm using the code below:

Code:
RANDOM DROEBITI
PIRVELI=(DROEBITI//6)+1
RANDOM DROEBITI
MEORE=(DROEBITI//6)+1
RANDOM DROEBITI
MESAME=(DROEBITI//6)+1
RANDOM DROEBITI
MEOTXE=(DROEBITI//6)+1
I always get same results:

8
7
2
4

Why?