=ROUND(RAND()* 100,0)
Every time you enter a carriage return or arbitrarily operate a cell, you will get a random number, in which 100 after the multiplication sign means that it is within 100, and you can modify this range number at will. The 0 after the comma indicates the number of decimal places, and the 0 indicates the integer.