php 生成正态分布随机数

这个函数比较冷门,连官方文档都不太齐全

function stats_rand_gen_normal(av, sd);   //av是平均值,sd是标准偏差

使用这个函数需要,安装pecl stats扩展。

原文地址:https://www.cnblogs.com/itshark/p/5810971.html