Skip to content

Conversation

@cakebaker
Copy link
Contributor

@cakebaker cakebaker commented Jan 28, 2025

I noticed that the rand_pcg crate is only used in one single place in a sort test. This PR removes the crate and uses rand::rngs::SmallRng::seed_from_u64 instead of rand_pcg::Pcg32::seed_from_u64.

Edit: The crate was added in #3927

@github-actions
Copy link

GNU testsuite comparison:

Skipping an intermittent issue tests/timeout/timeout (passes in this run but fails in the 'main' branch)

@sylvestre sylvestre merged commit dbfdff1 into uutils:main Jan 28, 2025
64 of 65 checks passed
@cakebaker cakebaker deleted the remove_rand_pcg branch January 28, 2025 12:33
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.

2 participants