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