Does Julia have a Stratified Sampling function?

It looks like StratifiedRandomSub was added at some point, but I can’t find it:

https://github.com/JuliaStats/MLBase.jl/issues/3

There is a StratifiedKfold and StratifiedRandomSub: Cross Validation — MLBase 0.4.0 documentation.

MLJ.jl also has stratified sampling: MLJBase.jl/resampling.jl at dev · JuliaAI/MLJBase.jl · GitHub