can't use libRmath.Multinomial rmultinom with n = 1, only when n > 1, it will not throw error ```ts const result = sequence(n).map(() => _rmultinom(size, prob, rng)); ^ TypeError: sequence(...).map is not a function ```