![]() |
Bitcoin Core 31.1.0
P2P Digital Currency
|
#include <bench/bench.h>#include <random.h>#include <algorithm>#include <cstdint>#include <iterator>#include <numeric>Go to the source code of this file.
Functions | |
| BENCHMARK (FastRandom_rand64) | |
| BENCHMARK (FastRandom_rand32) | |
| BENCHMARK (FastRandom_randbool) | |
| BENCHMARK (FastRandom_randbits) | |
| BENCHMARK (FastRandom_randrange100) | |
| BENCHMARK (FastRandom_randrange1000) | |
| BENCHMARK (FastRandom_randrange1000000) | |
| BENCHMARK (FastRandom_stdshuffle100) | |
| BENCHMARK (InsecureRandom_rand64) | |
| BENCHMARK (InsecureRandom_rand32) | |
| BENCHMARK (InsecureRandom_randbool) | |
| BENCHMARK (InsecureRandom_randbits) | |
| BENCHMARK (InsecureRandom_randrange100) | |
| BENCHMARK (InsecureRandom_randrange1000) | |
| BENCHMARK (InsecureRandom_randrange1000000) | |
| BENCHMARK (InsecureRandom_stdshuffle100) | |
| BENCHMARK | ( | FastRandom_rand32 | ) |
| BENCHMARK | ( | FastRandom_rand64 | ) |
| BENCHMARK | ( | FastRandom_randbits | ) |
| BENCHMARK | ( | FastRandom_randbool | ) |
| BENCHMARK | ( | FastRandom_randrange100 | ) |
| BENCHMARK | ( | FastRandom_randrange1000 | ) |
| BENCHMARK | ( | FastRandom_randrange1000000 | ) |
| BENCHMARK | ( | FastRandom_stdshuffle100 | ) |
| BENCHMARK | ( | InsecureRandom_rand32 | ) |
| BENCHMARK | ( | InsecureRandom_rand64 | ) |
| BENCHMARK | ( | InsecureRandom_randbits | ) |
| BENCHMARK | ( | InsecureRandom_randbool | ) |
| BENCHMARK | ( | InsecureRandom_randrange100 | ) |
| BENCHMARK | ( | InsecureRandom_randrange1000 | ) |
| BENCHMARK | ( | InsecureRandom_randrange1000000 | ) |
| BENCHMARK | ( | InsecureRandom_stdshuffle100 | ) |