# random-util **Repository Path**: izone/random-util ## Basic Information - **Project Name**: random-util - **Description**: 随机数字、中文、字符、号码、英文名字、中文名字、Emial 等生成工具 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 5 - **Created**: 2016-02-01 - **Last Updated**: 2021-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #random-util #### 随机数字、中文、字符、号码、英文名字、中文名字、Emial 等生成工具 ---- - 示例 ``` public static void main(String[] args) { RandomTelGenerator r = RandomTelGenerator.build(); while(true){ // System.out.println(r.getRandomTel("-")); //随机生成手机号码 System.out.println(r.getRandomCellPhoneNumber()); } } ``` - 打印: ``` 13226571269 15965098224 15136044986 15896070231 15265444073 15869280029 15515718707 15274491340 13439279062 15559916701 15257921539 15124654202 15231372745 13518558811 15104457891 13618320643 ```