码迷,mamicode.com
首页 > 其他好文 > 详细

[f]区间随机数函数

时间:2014-09-26 18:29:08      阅读:116      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   io   ar   sp   div   cti   on   

$.r =
    function(i, g) {
        var j = Math.random(),
            h = arguments.length;
        return h == 2 ? (i + Math.floor(j * (g - i))) : h == 1 ? i[Math.floor(j * i.length)] : j
}

调用

$.r(800, 1500)

 

[f]区间随机数函数

标签:style   blog   color   io   ar   sp   div   cti   on   

原文地址:http://www.cnblogs.com/niubenbit/p/3994721.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!