Math.random()随机产生【x,y)的随机数

Math.round(Math.random()*(y-x))+x


Math.random()产生0到1之间的任意小数

Math.round() 四舍五入

Math.ceil() 向上取整

Math.floor() 向下取整

你可能感兴趣的:(Math.random()随机产生【x,y)的随机数)