hi, i'm enjoying the weighted_rand crate, good idea to make this
on nightly there's an issue with the "gen" keyword due to it being reserved for generators in the future; rand 0.9 had to replace the word "gen" with "random"
the new version of rand is only in beta, but i made a PR which fixes various deprecation warnings and clippy linter warnings.
when the new version is stable we could remove the trailing "-beta.N" from the rand dependency in cargo.toml on this PR and it should work ok
thank you for your work, i didn't know about walker tables until i found this crate
link:
#9
hi, i'm enjoying the weighted_rand crate, good idea to make this
on nightly there's an issue with the "gen" keyword due to it being reserved for generators in the future; rand 0.9 had to replace the word "gen" with "random"
the new version of rand is only in beta, but i made a PR which fixes various deprecation warnings and clippy linter warnings.
when the new version is stable we could remove the trailing "-beta.N" from the rand dependency in cargo.toml on this PR and it should work ok
thank you for your work, i didn't know about walker tables until i found this crate
link:
#9