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