/** * Generates a pseudo-random integer inside a transaction. * * @tsplus static effect/core/stm/TRandom.Ops nextInt */ export const nextInt: STM = STM.serviceWithSTM(TRandom.Tag)((_) => _.nextInt )