' Start this program several times, and notice that first group ' of numbers is always the same. CLS FOR b = 1 TO 10 PRINT RND NEXT b PRINT RANDOMIZE TIMER ' to get differend random numbers 'RANDOMIZE TIMER' ' must be used. FOR b = 1 TO 10 PRINT RND NEXT b