An open API service indexing awesome lists of open source software.

https://github.com/limzykenneth/js-xorshift128p


https://github.com/limzykenneth/js-xorshift128p

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# Xorshift128+ proof of concept

This is a proof of concept implementation of the xorshift128+ random number generator implemented in JS with the corresponding reference implementation in C. The JS implementation is taken from [xorshift](https://github.com/AndreasMadsen/xorshift). The C implementation is taken from [Wikipedia](https://en.wikipedia.org/wiki/Xorshift).