摘要: /// <summary> /// 正态分布(高斯分布) /// </summary> public class Gaussian { public const int MIU = 0; public const int SIGMA = 1; private readonly Random rnd; 阅读全文
posted @ 2024-07-04 08:49 qiutian-hao 阅读(146) 评论(0) 推荐(0) 编辑