# xor128 **Repository Path**: mirrors_Wizcorp/xor128 ## Basic Information - **Project Name**: xor128 - **Description**: XOR128 Pseudo-Random Number Generator - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README XOR128 Pseudo-Random Number Generator ===================================== An XORShift (XOR128) PRNG class library. Based off of algorithm found on the XORSHIFT [wikipedia article](http://en.wikipedia.org/wiki/Xorshift) Features -------- * 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 Installation ------------ ``` npm install xor128 ``` Usage ----- Please check sample application code in `./sample` folder License ------- XOR128 is distributed under the `MIT` License.