📜  javascript代码示例中的随机函数

📅  最后修改于: 2022-03-11 15:04:13.295000             🧑  作者: Mango

代码示例6
function getRandom() {
  return Math.random();
}