Index: trunk/MagicSoft/Simulation/Detector/include-MLons/MLons.cxx
===================================================================
--- trunk/MagicSoft/Simulation/Detector/include-MLons/MLons.cxx	(revision 1072)
+++ trunk/MagicSoft/Simulation/Detector/include-MLons/MLons.cxx	(revision 1392)
@@ -15,5 +15,6 @@
   fFwhmFadc = 2.0;
 
-  RandomNumber = new TRandom() ; 
+  RandomNumber = new TRandom() ;
+  RabdomNumber -> SetSeed(0);
 
 }
@@ -35,4 +36,5 @@
 
   RandomNumber = new TRandom() ; 
+  RabdomNumber -> SetSeed(0);
 }
 
