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

Remove dependency on Long #174

Open philihp opened 4 months ago

philihp commented 4 months ago

One of the annoying things about trying to work on this is the dependency on Long. The syntax for it feels awkward and if we can do this without it, that would be cool.

@murluki