获取两个数之间的随机数-java

start=25

end=30

(int)(Math.random()*(end-start)+start)

posted on 2013-07-19 09:56  c3tc3tc3t  阅读(3671)  评论(0编辑  收藏  举报