DavidKinder / Git

Fast Glulx interpreter, originally written by Iain Merrick.
MIT License
45 stars 13 forks source link

Better random number generator #18

Closed DavidKinder closed 11 months ago

DavidKinder commented 11 months ago

The existing RNG is taken from Glulxe, which (as of Glulxe 0.6.1) has switched to a better algorithm. Glulxe also allows use of OS-specific RNGs. Both these changes should be adopted into Git, see https://github.com/erkyrath/glulxe/issues/33.

DavidKinder commented 11 months ago

Fixed by commit 71f94ec949231a87be4e795513c800e22e765886.