Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce random_str() helper function
We already have a random_buf() function that created a buffer of random bytes and yet we defined similar logic for creating a random string in-line. Factor out a dedicated function, random_str(), for this purpose.
- Loading branch information