What is the relevance of the seed value we put in the seedRandom expression?
Like, everytime ae picks up a random number from the range we provide in the Random() expression. But the seed value determines how it will pick up a random number. So whatever I understood vaguely is that seed value determines the process of choosing a random number through the Random() expression. So like every different seed value will count for different process of choosing a random number. Right?
Please correct me if I am wrong. And shed some light on the significance of the seed value and it’s working.