If you read the section on Random, you will see that your output variable is also used as the seed. Try to use Random Time instead of Random Temp. That way your seed is changed after each use. In your code Temp is unnecessary anyway.
If you read the section on Random, you will see that your output variable is also used as the seed. Try to use Random Time instead of Random Temp. That way your seed is changed after each use. In your code Temp is unnecessary anyway.
Bookmarks