erkyrath / quixe

A Glulx VM interpreter written in Javascript
http://eblong.com/zarf/glulx/
MIT License
169 stars 33 forks source link

Bring RNG into alignment with Glulxe #52

Closed erkyrath closed 10 months ago

erkyrath commented 11 months ago

It used to match Glulxe (for the non-zero-seed case) but Glulxe got improved. Get it to match again.

See: https://github.com/erkyrath/glulxe/issues/33

erkyrath commented 10 months ago

Done.