Skip to content

Conversation

@kennethlove
Copy link

@kennethlove kennethlove commented May 12, 2025

Hi, love the project but noticed it doesn't work with modern rand. Thanks for building this!


Upgraded the rand crate to version 0.9.1, updating its dependencies and code to align with the new API. Replaced deprecated functions like gen_range with random_range, and switched to ThreadRng::default() for RNG initialization.

Upgraded the `rand` crate to version 0.9.1, updating its dependencies and code to align with the new API. Replaced deprecated functions like `gen_range` with `random_range`, and switched to `ThreadRng::default()` for RNG initialization. Adjusted `Cargo.lock` to reflect changes in dependency versions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant