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

@@ -173,8 +173,7 @@ BITCOIN_TESTS =\
test/validation_flush_tests.cpp \
test/validation_tests.cpp \
test/validationinterface_tests.cpp \
test/versionbits_tests.cpp \
test/xoroshiro128plusplus_tests.cpp
test/versionbits_tests.cpp
if ENABLE_WALLET
BITCOIN_TESTS += \