aboutsummaryrefslogtreecommitdiff
path: root/src/test/util/random.cpp
AgeCommit message (Expand)Author
2024-08-29test: Rename SeedRand::SEED to FIXED_SEED for clarityMarcoFalke
2024-08-28Merge bitcoin/bitcoin#30571: test: [refactor] Use m_rng directlymerge-script
2024-08-26test: Remove FastRandomContext globalRyan Ofsky
2024-08-26test: refactor: Move g_insecure_rand_ctx.Reseed out of the helper that calls ...MarcoFalke
2024-08-23test: use uint256::FromUserHex for RANDOM_CTX_SEEDstickies-v
2024-07-01random: replace construct/assign with explicit Reseed()Pieter Wuille
2024-07-01tests: overhaul deterministic test randomnessPieter Wuille
2023-06-14test: move remaining random test util code from setup_common to randomjonatack