Address thread safety of random number generators
I just realized that the random number generators service in Gaudi is not thread save... or, better, it is as thread safe as the underlying (CLHEP) implementation.
I think we need to, at least, declare at which level Gaudi random number generator service can be used in mutithreaded applications, if there are steps we can take to help users or they have to use something else.