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