Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

xor64

curasystems8BSD0.1.7

simple pure js library for generating random 64 bit numbers with XOR support

xor, int64, rand, random, storm

readme

node-xor64

A simple package to xor 64 bit integers (byte buffers)

Why

I needed this module to create random 64 bit numbers and xor them to implement an acker system similar to what [storm][http://storm-project.net] does.