JavaScript Math.random()

Math 物件的 Math.random() 方法用來返回一個 0 (包含) ~ 1 (不包含) 的隨機數。

語法:

Math.random()

用法:

// 0.23977311756820874
Math.random()

// 0.11472062526665838
Math.random()

// 0.9484832479755874
Math.random()