pub fn new_handle(name: &str) -> String
Expand description

A helper function for generating random handles.

The returned handle is a combination of the given name and a random 10 character string.