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. The C implementation is taken from Wikipedia.