random: move XoRoShiRo128PlusPlus into random module

This is preparation for making it more generally accessible.
This commit is contained in:
Pieter Wuille
2024-03-10 14:50:20 -04:00
parent 8f5ac0d0b6
commit 8cc2f45065
13 changed files with 78 additions and 104 deletions

View File

@@ -2,9 +2,9 @@
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <random.h>
#include <span.h>
#include <test/fuzz/util.h>
#include <test/util/xoroshiro128plusplus.h>
#include <util/vecdeque.h>
#include <deque>