I was wondering if there were any plans to add the generators from here. In particular the xoroshiro128plus. They appear to be quite fast and have good properties so it would be nice to have them in your library under the C++11 RNG concept (the website provides a basic C implementation which is not too hard to tweak).
I would be more than happy to contribute to this where I could.
Firstly many thanks for your library!
I was wondering if there were any plans to add the generators from here. In particular the xoroshiro128plus. They appear to be quite fast and have good properties so it would be nice to have them in your library under the C++11 RNG concept (the website provides a basic C implementation which is not too hard to tweak).
I would be more than happy to contribute to this where I could.