Hi, I have a script in which math.random generates a number and I don't want the number I generate to be decodable by the user.
Therefore, if someone has been in a similar situation, could you explain how exactly this function works if I don't use the math.randomseed() function?
Perhaps someone knows what seed is pulled in by default that is used to generate the number?
Thanks in advance for any help!