JuliaRandom / RandomNumbers.jl

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

Remove `Random123` as a sub-module #87

Closed topolarity closed 2 months ago

topolarity commented 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.

sunoru commented 2 months ago

Sounds good, thanks! I'll merge it after the CI builds are done.

ChrisRackauckas commented 2 months ago

And release?

topolarity commented 2 months ago

Thanks @sunoru !