View xoroshiro.hpp
#ifndef XOROSHIRO_HPP_INCLUDED | |
#define XOROSHIRO_HPP_INCLUDED 1 | |
/* | |
* A C++ implementation of a family of Xoroshiro generators. | |
* | |
* See: | |
* https://en.wikipedia.org/wiki/Xoroshiro128%2B | |
* http://xoroshiro.di.unimi.it/xoroshiro128plus.c | |
* |