IOSS 2.0
|
Functions | |
std::mt19937_64 | rng (rd()) |
template<typename INT > | |
bool | verify_sorted (const std::vector< INT > &v) |
std::vector< int64_t > | generate_vector (int dist, size_t n, size_t m) |
Variables | |
const int | sawtooth = 1 |
const int | do_rand = 2 |
const int | stagger = 3 |
const int | plateau = 4 |
const int | shuffle = 5 |
std::random_device | rd |
std::vector< int64_t > anonymous_namespace{Utst_sort.C}::generate_vector | ( | int | dist, |
size_t | n, | ||
size_t | m ) |
std::mt19937_64 anonymous_namespace{Utst_sort.C}::rng | ( | rd() | ) |
bool anonymous_namespace{Utst_sort.C}::verify_sorted | ( | const std::vector< INT > & | v | ) |
const int anonymous_namespace{Utst_sort.C}::do_rand = 2 |
const int anonymous_namespace{Utst_sort.C}::plateau = 4 |
std::random_device anonymous_namespace{Utst_sort.C}::rd |
const int anonymous_namespace{Utst_sort.C}::sawtooth = 1 |
const int anonymous_namespace{Utst_sort.C}::shuffle = 5 |
const int anonymous_namespace{Utst_sort.C}::stagger = 3 |