Index: trunk/MagicSoft/Simulation/Detector/Camera/camera.cxx
===================================================================
--- trunk/MagicSoft/Simulation/Detector/Camera/camera.cxx	(revision 5304)
+++ trunk/MagicSoft/Simulation/Detector/Camera/camera.cxx	(revision 5305)
@@ -21,7 +21,7 @@
 //
 // $RCSfile: camera.cxx,v $
-// $Revision: 1.77 $
+// $Revision: 1.78 $
 // $Author: moralejo $ 
-// $Date: 2004-10-19 10:35:05 $
+// $Date: 2004-10-21 17:44:07 $
 //
 ////////////////////////////////////////////////////////////////////////
@@ -1441,5 +1441,5 @@
 	     FADC_slices_per_ns);
 
-  lons.SetSeed(Int_t(get_seeds(1)%get_seeds(0))+1);
+  lons.SetSeed(((UInt_t)(get_seeds(1)*get_seeds(1)*get_seeds(0))));
 
   lons.SetPath(nsbpathname);
@@ -1450,5 +1450,5 @@
 		   FADC_slices_per_ns);
 
-  lons_outer.SetSeed(Int_t(get_seeds(1)%get_seeds(0))+2);
+  lons_outer.SetSeed(((UInt_t)(get_seeds(1)*get_seeds(0)*get_seeds(0))));
 
   lons_outer.SetPath(nsbpath_outer);
@@ -4874,5 +4874,4 @@
 }
 
-
 // @endcode
 
@@ -4884,4 +4883,7 @@
 //
 // $Log: not supported by cvs2svn $
+// Revision 1.77  2004/10/19 10:35:05  moralejo
+// *** empty log message ***
+//
 // Revision 1.76  2004/10/14 16:56:43  moralejo
 //
