在python中使用random.gauss高斯随机数生成器生成高斯函数,具体方法如下:import randomdef trunc_gauss(mu, sigma, bottom, top): //...