业无高卑志当坚,男儿有求安得闲?这篇文章主要讲述生成x-y间的随机整数相关的知识,希望能为你提供帮助。
function randomIntFromRange(min, max)
return Math.floor(Math.random() * (max - min + 1)
+ min)
// Math.random()
=>
[0,1)
//
[0,(max-min+1))
// [min, max+1)
// Math.floor([min,max+1))
【生成x-y间的随机整数】
==>
[min-max]间的整数
推荐阅读
- JVM复习笔记
- leetcode 22 生成括号
- 工作一年总结
- 用力过猛
- springMVC
- css gpu加速
- AOP
- dllplugin,dllreferenceplugin. commonchunkplugin splitchunkplugin
- 使用Powershell添加网络打印机(带GUI界面)