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