Migrate ISF_Geant4Tools/TransportTool to use the thread-safe random number service
This merge request updates TransportTool
to use IAthRNGSvc
rather than IAtRndmGenSvc
.
The Mersenne Twister is still used by default, but the syntax now matches what is used
in G4AtlasAlg
.
The way the random number engine is re-seeded changes slightly, so the simulation out will change.