random-username-generator/include/generate.h

4 lines
144 B
C
Raw Normal View History

2024-04-14 22:46:40 +02:00
#pragma once
2024-04-16 20:43:43 +02:00
void generate(short min_char_count, short max_char_count, short min_num_count, short max_num_count, int count, std::string seed);