smwrandomizer icon indicating copy to clipboard operation
smwrandomizer copied to clipboard

Ensure same randomization across browsers

Open authorblues opened this issue 7 years ago • 0 comments

Currently not guaranteed to produce the same rom. This is most likely an issue with the Array.sort() routine handing boolean/int values in different ways. Might be appropriate to just ensure that sort subroutines never return 0 (impose a strict ordering).

authorblues avatar Nov 14 '16 03:11 authorblues