/** * @tsplus static effect/core/stm/TRandom.Ops next */ export const next: STM = STM.serviceWithSTM(TRandom.Tag)((_) => _.next)