If is omitted, BASIC-80 suspends program execution and asks for a value by printing Random Number Seed (-32768 to 32767)? before executing RANDOMIZE. If the random number generator is not reseeded, the RND function returns the same sequence of random numbers each time the program is RUN. To change the sequence of random numbers every time the program is RUN, place a RANDOMIZE statement at the beginning of the program and change the argument with each RUN.