我是徐大志

有志者事竟成,破釜沉舟,百二秦关终属楚;
苦心人天不负,卧薪尝胆,两千越甲可吞吴。

java随机数的生成

我们经常会用到随机数的生成,作为唯一性的id或者标识:

long now = System.currentTimeMillis();
SimpleDateFormat dateFormat=new SimpleDateFormat("yyyy");
String time=dateFormat.format(now);
String info=now+"";
int ran=(int) ((Math.random()*9+1)*100);

return  time+info.substring(2, info.length())+ranl;

在此记录好,以便下次使用

posted @ 2018-04-09 15:39  我是徐大志  阅读(134)  评论(0编辑  收藏  举报
【少年,我看你目光炯炯有神,将来一定能成大事!】