RndmGenSvc: Add mutex locks around the underlying CLHEP::HepRandomEngine for thread safety
The locks are enabled by default, but could be turned off in single threaded applications to avoid the lock overhead.
See #224
Edited by Marco Clemencic
The locks are enabled by default, but could be turned off in single threaded applications to avoid the lock overhead.
See #224