awslabs / shuttle

Shuttle is a library for testing concurrent Rust code
Apache License 2.0
670 stars 34 forks source link

Impl Clone for ThreadRng #146

Closed sarsko closed 6 months ago

sarsko commented 6 months ago

ThreadRng is Clone in rand, so it should be here as well.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.