#include <string>
Go to the source code of this file.
Namespaces | |
Hypertable | |
Hypertable definitions | |
Functions | |
int32_t | Hypertable::random_int32 (int32_t maximum) |
Generate random 32-bit integer. More... | |
void | Hypertable::random_generator_set_seed (unsigned seed) |
Sets random number generator seed. More... | |
void | Hypertable::random_fill_with_chars (char *buf, size_t len, const char *charset=nullptr) |
Fills a buffer with random values from a set of characters. More... | |