BPCore-Engine
BPCore-Engine copied to clipboard
math.random() is not random
math.random()
in Lua will return pre-generated pseudo-random numbers. But in normal case, we can use math.randomseed(os.time())
as a walk-around. But we don't have os.time()
function for GBA. Please help!