authorblues/smwrandomizer

Ensure same randomization across browsers

Opened this issue · 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).