/** * @tsplus static effect/core/io/Random.Ops nextBoolean */ export const nextBoolean: Effect = Effect.randomWith( (random) => random.nextBoolean )