typelevel / cats-effect

The pure asynchronous runtime for Scala
https://typelevel.org/cats-effect/
Apache License 2.0
2.03k stars 520 forks source link

Expand the example of using Random[F] in the doc #4039

Closed sshark closed 8 months ago

sshark commented 8 months ago

I want to expand the example of using Random[F] mentioned in https://typelevel.org/cats-effect/docs/std/random#using-random for clarity and make it into a ready-to-run example

djspiewak commented 8 months ago

This is great! Would you mind rebasing on series/3.5.x? Anything targeted to series/3.x won't be released or made visible on the website until 3.6.0 comes out (which will be some months).

sshark commented 8 months ago

Thanks for the advice. I create a new PR https://github.com/typelevel/cats-effect/pull/4041 to base off series/3.5.x.