8 lines
166 B
C++
8 lines
166 B
C++
#ifndef HELPERS_RANDOM_HELPERS_H_
|
|
#define HELPERS_RANDOM_HELPERS_H_
|
|
|
|
#include <string>
|
|
|
|
std::string random_words(size_t count);
|
|
|
|
#endif // HELPERS_RANDOM_HELPERS_H_
|