v1.11.8
replace many unsafe_convert methods with safer cconvert ones (#51764)
`Random`: `show` method for `MersenneTwister`: invalidation resistance (#57913)
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)