test: Remove FastRandomContext global

Drop g_insecure_rand_ctx
This commit is contained in:
Ryan Ofsky
2024-08-14 09:39:31 -04:00
committed by MarcoFalke
parent fa0fe08eca
commit 948238a683
5 changed files with 5 additions and 40 deletions

View File

@@ -11,8 +11,6 @@
#include <cstdlib>
#include <string>
FastRandomContext g_insecure_rand_ctx;
extern void MakeRandDeterministicDANGEROUS(const uint256& seed) noexcept;
void SeedRandomStateForTest(SeedRand seedtype)