Open appgurueu opened 1 year ago
Closes #60. I grepped for all usages of random; I think I caught all the ones that may use a range which is the wrong way around.
grep
random
Side note: strictest would've caught this on LuaJIT (it also catches two shady instances of you indexing strings as if they were tables etc.).
Closes #60. I
grep
ped for all usages ofrandom
; I think I caught all the ones that may use a range which is the wrong way around.Side note: strictest would've caught this on LuaJIT (it also catches two shady instances of you indexing strings as if they were tables etc.).