不在困中,豈能脫困;未曾有迷,豈能有悟。
在C/C++和網頁程式設計裡迷了路....
2009年8月7日
【Javascript】Random get number
參考Ext3.0 source code
function getRandomInt(min, max){
return Math.floor(Math.random() * (max - min + 1)) + min;
}
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言