v1.11.9
replace many unsafe_convert methods with safer cconvert ones (#51764)
[backports-release-1.11] Fix namespace of `IOError` in `random_seed` (#59689)
Random: Mark unexported public symbols as public (#55148)
Update TaskLocalRNG docstring according to #49110 (#55863)
factor out common code for `Xoshiro` and `TaskLocalRNG` (#51347)
Replace most occurances of http with https when the https url is valid (#52566)
Add `shuffle!` algorithm specialized for `AbstractArray{Bool}` (#52133)