You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A make password example is available which is nice. I think turning the example into an actual, more generic, library function might be even nicer. How about make_random_string(size_t, string_view alphabet), perhaps with alphabet defaulting to 0-9, A-Z, a-z?
The text was updated successfully, but these errors were encountered:
A make password example is available which is nice. I think turning the example into an actual, more generic, library function might be even nicer. How about
make_random_string(size_t, string_view alphabet)
, perhaps with alphabet defaulting to 0-9, A-Z, a-z?The text was updated successfully, but these errors were encountered: