mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-07-10 01:24:41 -06:00
Fix formating
This commit is contained in:
parent
480ce8c0e2
commit
660d07b887
@ -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…
Reference in New Issue
Block a user