代码 from scipy.stats import truncnorm mu=10#均值,默认0 sigma=2#标准差,默认1 up=15#截断上边界 low=5#截断下边界 r = truncnorm.rvs( (low-mu)