php 生成正态分布随机数时间:2021-04-09 16:20:13这个函数比较冷门,连官方文档都不太齐全 function stats_rand_gen_normal(av, sd); //av是平均值,sd是标准偏差 使用这个函数需要,安装pecl stats扩展。