/** * Retreives the `Random` service from the environment. * * @tsplus static effect/core/io/Effect.Ops random */ export const random: Effect = Effect.randomWith(Effect.succeed)