randomString

Generate a random string with the given parameters. std.random is used as the source of randomness. Not cryptographically secure.

string
randomString
()
(
int length = 20
,
string chars = "abcdefghijklmnopqrstuvwxyz"
)

Meta