Is your feature request related to a problem? Please describe.
Currently looking for a simple mechanism to fake strings of a certain length across multiple projects.
Describe the solution you'd like
Add a calling function in a for loop using f.RandomLetter and generating it l times to generate a string of length l
Is your feature request related to a problem? Please describe. Currently looking for a simple mechanism to fake strings of a certain length across multiple projects.
Describe the solution you'd like Add a calling function in a for loop using
f.RandomLetter
and generating itl
times to generate a string of lengthl