pub fn str(s: &str, len: usize) -> String
Generate random string
use light_tool::random; println!("random string: {}", random::str("ABCDEFGHIJKLMNOPQRSTUVWXYZ", 10))