You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
other than the (%modulus seed check) being used (i guess this is needed for Javascript, since it's untyped..) , I wonder why the reference implementation has a -1 in return (this.next() - 1) / 2147483646; but there's no -1 for the haxe version i'm using.
As mentioned in y-lohse/inkjs#31, make use of the nice simple custom PRNG implementation to be consistent between ink runtime implementations.
This is the reference implementation.
The text was updated successfully, but these errors were encountered: