smol-rs / fastrand

A simple and fast random number generator
Apache License 2.0
409 stars 35 forks source link

Implement `Clone` for `Rng` #4

Closed cloudhead closed 4 years ago

cloudhead commented 4 years ago

Useful for "splitting" the RNG when passing it down to sub-components/functions.

Note that this internally mutates the Rng to create a clone.

Closes #3

cloudhead commented 4 years ago

@stjepang ping 🙃

ghost commented 4 years ago

Sorry, this PR fell off my radar :)

ghost commented 4 years ago

Published in v1.3.4

cloudhead commented 4 years ago

Thanks!