9 #ifndef INCLUDE_FUNAPI_UTILITY_RANDOM_GENERATOR_H_ 10 #define INCLUDE_FUNAPI_UTILITY_RANDOM_GENERATOR_H_ 29 static int64_t GenerateNumber(int64_t min, int64_t max);
37 static string GenerateAlphanumeric(
size_t min_length,
size_t max_length);
43 static Uuid GenerateUuid();
48 #endif // INCLUDE_FUNAPI_UTILITY_RANDOM_GENERATOR_H_
Utility singleton component to generate random values of various types, including number...
Definition: random_generator.h:21
boost::uuids::uuid Uuid
UUID type used throughout Funapi.
Definition: types.h:56