faster rand(::MersenneTwister, ::Union{[U]Int{8,16,32},Bool}) (#25277)
Now that generating scalar Float64 values (i.e. 52 random bits) is even faster,
it becomes faster to just generate such values and make small integers out of
them, rather than saving entropy bits with using the integer cache.