philihp / pcg

A functional implementation of the PCG family random number generators, written in TypeScript.
https://www.npmjs.com/package/pcg
MIT License
3 stars 0 forks source link

Fix: infinite loop from state not progressing #155

Closed philihp closed 6 months ago

philihp commented 6 months ago

fix issue #137, thank you for being so thorough!