random: cleanup order, comments, static

This commit is contained in:
Pieter Wuille
2024-03-11 14:10:44 -04:00
parent 8e31cf9c9b
commit 2c91330dd6
3 changed files with 109 additions and 83 deletions

View File

@@ -33,7 +33,7 @@ BOOST_AUTO_TEST_SUITE(cuckoocache_tests);
/* Test that no values not inserted into the cache are read out of it.
*
* There are no repeats in the first 200000 insecure_GetRandHash calls
* There are no repeats in the first 200000 InsecureRand256() calls
*/
BOOST_AUTO_TEST_CASE(test_cuckoocache_no_fakes)
{