make_random_string(size_t, string_view alphabet)
Open
- Dominant language
- C++
- Stars
- 42
- Forks
- 76
- Avg merge
- 4d 8h
- Merged PRs (30d)
- 5
Description
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?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.