pub fn num(len: usize) -> String
Generate random number
use light_tool::random; println!("random number: {}", random::num(6))