xor128

0.1.0 • Public • Published

XOR128 Pseudo-Random Number Generator

An XORShift (XOR128) PRNG class library. Based off of algorithm found on the XORSHIFT wikipedia article

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.

Readme

Keywords

none

Package Sidebar

Install

npm i xor128

Weekly Downloads

3

Version

0.1.0

License

none

Last publish

Collaborators

  • notawizard
  • almirkadric
  • stelcheck