class Random

Defined at line 15 of file ../../src/testing/loadbench/random.h

Utility to simplify random number generation and item selection on top of the

STD random library.

Public Methods

void Random ()

Defined at line 17 of file ../../src/testing/loadbench/random.h

template <typename T>
T GetUniform ()

Defined at line 34 of file ../../src/testing/loadbench/random.h

template <typename T>
T GetUniform (T min, T max)

Defined at line 41 of file ../../src/testing/loadbench/random.h

template <typename T>
T SelectUniform (std::initializer_list<T> il)

Defined at line 48 of file ../../src/testing/loadbench/random.h

Records