Import Geant4 10.6.0 source tree

This commit is contained in:
Gabriele Cosmo
2019-12-06 15:12:28 +01:00
parent b2a62ae692
commit 5baee230e9
2997 changed files with 141580 additions and 98673 deletions
@@ -4,6 +4,10 @@
#ifndef tools_rtausmeui
#define tools_rtausmeui
// G.Barrand : not so clear if 0 and tools::uint32_max() are included.
// A simple program shows that "if(r.shoot()==tools::uint32_max())" shows hits.
// (But we did not see hits for "if(r.shoot()==0)"). (See inlib/tests/rand.cpp).
// tausme is for Tausworthe maxmally equidistributed.
// From logic and code of CERN-ROOT/TRandom2 class.