mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-06 23:11:18 +12:00
Fix formating
This commit is contained in:
parent
480ce8c0e2
commit
660d07b887
1 changed files with 2 additions and 2 deletions
|
@ -431,8 +431,8 @@ std::string GenerateRandomString(const size_t length, const std::string_view cha
|
|||
std::random_device rd;
|
||||
std::mt19937 gen(rd());
|
||||
|
||||
//Workaround for static asserts using boost
|
||||
boost::random::uniform_int_distribution<decltype(characters.size())> index_dist(0, characters.size() - 1);
|
||||
//Workaround for static asserts using boost
|
||||
boost::random::uniform_int_distribution<decltype(characters.size())> index_dist(0, characters.size() - 1);
|
||||
std::generate_n(
|
||||
result.begin(),
|
||||
length,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue