An XORShift (XOR128) PRNG class library. Based off of algorithm found on the XORSHIFT wikipedia article
- Handles all numbers as unsigned 32 bit integers and perfectly matches up with acorss all implemented languages
- Has full JavaScript class implementation
- Has full C++ class implementation
npm install xor128
Please check sample application code in ./sample folder
XOR128 is distributed under the MIT License.