BPCore-Engine icon indicating copy to clipboard operation
BPCore-Engine copied to clipboard

math.random() is not random

Open nguyengiabach1201 opened this issue 7 months ago • 1 comments

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!

nguyengiabach1201 avatar Jul 15 '24 03:07 nguyengiabach1201