I was using SuperStrict and have a long variable that I want a random number for if I use Rand I get an error IntToLong error or summat like that, is there way to make it return a long number.
Does max do casting?
Does max do casting?
SuperStrict SeedRnd(MilliSecs()) Local random:Long = Rand(0,$7fffffff) random :Shl 32 random :| Rand(0,$7fffffff) Print random Print LongHex (random)I'm sure you could elaborate on it to cover the last two missing bits if you really need them bad enough.