
Larry C. answered 04/06/19
Computer Science and Mathematics professional
Depending on the programming language, if the seed for the random number generator is not specifically set, it may default to some predetermined value. That means that if you are using such a language (not certain if R is one of them), the 'random' numbers created would be the exact same every time you execute the program. That's why it's always good practice to set the seed every time regardless of the language used.