47 switch (p->stream_gen) {
std::enable_if< std::is_integral< T >::value, T >::type random()
Use the SFINAE idiom to choose an implementation based on whether the type is integral or floating po...
static StreamGen * create(const BaseTrafficGenParams *p)
Factory method for constructing a Stream generator.
uint32_t randomPick(const std::vector< uint32_t > &svec)
Function to pick one of the preset Stream or Substream ID.
const FlagsType none
Nothing extra to print.
Declaration of the Stream generator for issuing memory requests with variable/fixed stream and substr...