Accessing Dependent Services in Effect Programs

Let's say I have a situation where I want to access both a service and the service that service depends on in my Effect program (Random and RandomString, in this example: https://effect.website/play#7a9af906002f). What's the best way to do this? Or should I be modeling/framing the problem differently?
Was this page helpful?