randPoisson 语法 randPoisson(mean, count) 参数 mean 是泊松分布的均值。 count 是正整数,表示生成的随机数个数。 详情 生成指定个数的泊松分布随机数。 例子 randPoisson(2.31, 2); // output [7, 2]