![]() |
Bitcoin Core
26.99.0
P2P Digital Currency
|
#include <random.h>
#include <test/util/random.h>
#include <test/util/setup_common.h>
#include <util/time.h>
#include <boost/test/unit_test.hpp>
#include <algorithm>
#include <random>
Go to the source code of this file.
Functions | |
BOOST_AUTO_TEST_CASE (osrandom_tests) | |
BOOST_AUTO_TEST_CASE (fastrandom_tests) | |
BOOST_AUTO_TEST_CASE (fastrandom_randbits) | |
BOOST_AUTO_TEST_CASE (stdrandom_test) | |
Does-it-compile test for compatibility with standard library RNG interface. More... | |
BOOST_AUTO_TEST_CASE (shuffle_stat_test) | |
Test that Shuffle reaches every permutation with equal probability. More... | |
BOOST_AUTO_TEST_CASE | ( | fastrandom_randbits | ) |
BOOST_AUTO_TEST_CASE | ( | fastrandom_tests | ) |
BOOST_AUTO_TEST_CASE | ( | osrandom_tests | ) |
BOOST_AUTO_TEST_CASE | ( | shuffle_stat_test | ) |
Test that Shuffle reaches every permutation with equal probability.
Definition at line 129 of file random_tests.cpp.
BOOST_AUTO_TEST_CASE | ( | stdrandom_test | ) |
Does-it-compile test for compatibility with standard library RNG interface.
Definition at line 107 of file random_tests.cpp.