Random Number: A random number is any number chosen from a set of possible outcomes, where each outcome has an equal chance of being selected.
Math.floor(): The Math.floor() function returns the largest integer less than or equal to a given number. It can be used with Math.random() to generate random integers within a specific range.
Seed Value: In programming, a seed value is an initial input used to start the generation process for pseudo-random numbers.