math/rand and math/rand/V2 have functions that return various int and float types, but no function that returns a bool. While this would be very easy to implement on our own, I think it's an oversight for the packages.
rand.Bool() could represent a coin flip, which is a very common need in random value generation and modeling.