smol-rs / fastrand

A simple and fast random number generator
Apache License 2.0
386 stars 33 forks source link

Implement rand_core support #42

Closed notgull closed 1 year ago

notgull commented 1 year ago

It's probably a good idea to support interoperation with more popular RNG crates on a feature flag.

taiki-e commented 1 year ago

See https://github.com/smol-rs/fastrand/pull/30 for the previous discussion.

notgull commented 1 year ago

Whoops, I missed that one. Thanks for pointing it out!