Is it possible to use the well-used $(eval Math.floor((Math.random() * 100))) command to give a number anywhere between a negative and a positive number ? (ie. random number between -10 and 10)
Or would it always have to be a positive ?
I’m trying to figure out a command that can give either a number between negative and positive.
If that’s not a thing, I’d like to find a command that could give a positive with 2 different text results, which complicates it even more I think.