Hi. I am having trouble using math.random. I know that you get interval is empty when your 2nd argument is less than your 1st argument, but my 2nd argument is greater than the 1st argument. So, I’m here confused.
Just wondering, why do you need to get a random number from two billion to four billion? Anyway, math.random could have limitations, so I’d try using lower integers and see if you still get interval is empty, preferably under 2^31-1.