feat: Added optional param for seed
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
#pragma once
|
||||
|
||||
void generate(short min_char_count, short max_char_count, short min_num_count, short max_num_count, int count);
|
||||
void generate(short min_char_count, short max_char_count, short min_num_count, short max_num_count, int count, std::string seed);
|
||||
|
Reference in New Issue
Block a user