2^31 < 10^11 >True math.random(10^11) >SomeRandomValue math.random(2^31) >bad argument #1: interval is empty
So what EXACTLY are the limitations (and why can I not use 2^127 even though it isn't considered inf or infinity?)
--Edit--
I should probably mention that 2^128 is considered "infinity" but math can still be performed on it, so theoretically math.random(2^128) should work just as well.
Edited by TYKUHN2, 21 February 2016 - 02:12 AM.












