0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Namespaces | Functions
DataGeneratorRandom.h File Reference
#include <string>
Include dependency graph for DataGeneratorRandom.h:
This graph shows which files directly or indirectly include this file:

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...