Add xoroshiro128++ PRNG
Summary:
Xoroshiro128++ is a fast non-cryptographic random generator.
Reference implementation is available at https://prng.di.unimi.it/
Co-Authored-By: Pieter Wuille <pieter@wuille.net>
This is a partial backport of core#26153
https://github.com/bitcoin/bitcoin/pull/26153/commits/5f05b27841af0bed1b6e7de5f46ffe33e5919e4d
Depends on D18819
Test Plan:
ninja all check-all
ubsan
Reviewers: #bitcoin_abc, Fabien
Reviewed By: #bitcoin_abc, Fabien
Differential Revision: https://reviews.bitcoinabc.org/D18820