-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Nanorand contains an off-by-one in its WyRand implementation which made the mutator crash on hitting a code path that should be unreachable. [1] There is an unmerged patch for it on GitHub, but this is the second time I encounter an issue with this library, it also suffered from a biased shuffle when I was looking for a way to shuffle playlists in Musium [2]. To be on the safe side, instead of trying to make Cargo use the patched fork, just swap out the library for one that works. [1]: https://github dot com/Absolucy/nanorand-rs/issues/45 [2]: https://github dot com/Absolucy/nanorand-rs/issues/37 (URLs defused to prevent GitHub from auto-linking them, it's not my goal to post passive-aggressive messages in somebody else's issue tracker.)
- Loading branch information
Showing
3 changed files
with
93 additions
and
53 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters