get_random_string

get_random_string(n: int = 5)[source]

Return random string at the given size.

Parameters
nint , default: 5

the size of the string to return.

Returns
str

a random string