JuliaRandom / RandomNumbers.jl

Random Number Generators for the Julia Language.
https://juliarandom.github.io/RandomNumbers.jl/stable
Other
97 stars 23 forks source link

update tests for new implementation of `shuffle` #85

Closed KristofferC closed 6 months ago

KristofferC commented 6 months ago

Ref https://github.com/JuliaLang/julia/pull/50318

I don't really know what the point of these tests are in the first place but at least this makes the tests pass again on 1.11.

sunoru commented 6 months ago

Hi thanks for the PR. Yeah these tests are not especially useful except notifying us that the implementation of API changed like this. Let's just keep them though.