@xw.func @xw.ret(expand = "table") def randomstd(mean, std, rows, columns): return np.random.normal(mean, std, (int(rows), int(columns)))
0 Comments