Closed topolarity closed 2 months ago
This usage of Requires.jl is incompatible with the package extensions introduced in Julia 1.9.
Instead, this PR makes a breaking change to get rid of RandomNumbers.Random123 and push folks to use Random123 directly.
RandomNumbers.Random123
Random123
Sounds good, thanks! I'll merge it after the CI builds are done.
And release?
Thanks @sunoru !
This usage of Requires.jl is incompatible with the package extensions introduced in Julia 1.9.
Instead, this PR makes a breaking change to get rid of
RandomNumbers.Random123
and push folks to useRandom123
directly.