Β© 2026 Hedgehog Software, LLC
CustomRandom
{ [CustomRandom]: CustomRandom }
foo
Tag
interface
export const foo: Effect.Effect< CustomRandom, never, number > = pipe(CustomRandom, Effect.flatMap((r) => r.next()))
Effect.Effect<CustomRandom, never, number>